Y
Hacker News
new
|
ask
|
show
|
jobs
by
Athas
3377 days ago
Any array combinator (most importantly map, scan, reduce, and filter) are executed on the GPU (or whatever parallel execution platform is used).
1 comments
ivanceras
3376 days ago
What is the minimum OpenCL version? I'm evaluatimg if this could be a viable experimentation for parallelizing task which uses amazon GPU compute which are mostly nvidia GPU.
link
Athas
3376 days ago
Somewhere around OpenCL 1.1 and 1.2. It works fine on NVIDIA GPUs - they are our main test platform.
link