top | item 29166111

(no title)

gbrown | 4 years ago

I’ve been playing with GPGPU on Julia lately also, and it really seems like things have come a long way in the last few years. Check out the Juliacon 2021 talk on GPU compute if you’re interested.

discuss

order

alhirzel|4 years ago

Are AMD and NVidia GPUs on par nowadays? Or is it still an NVidia-first world when it comes to compute support.

eigenspace|4 years ago

There was actually a question about this earlier today: https://discourse.julialang.org/t/amdgpu-jl-status/71191

TLDR: The entire GPUArrays.jl test suite now passes with AMDGPU.jl. There are still some missing features and it is not as mature as the nvidia version, but this space is progressing rapidly, and benefited from the generic GPU compilation pipeline that was initially built for CUDA.jl