Comment on High-Performance GPU Computing in the Julia Programming LanguageComments−gravypod8yJulia has recently gained support for syntactic loop fusion, where chained vector operations are fused into a single broadcastWow. That's very impressive.I hope one day we get this sort of tooling with AMD GPUs.−one-more-minute8yAsk and ye shall receive: https://github.com/JuliaGPU/CLArrays.jl−gravypod8yThat's amazing. I'm very excited about the prospect of auto-magically trans-piling code into GPU code. This sort of tech will make GPUs approachable to many more scientists and programmers.−wallnuss8yROCm will make similar things possible! I prefer native codegen, CLArrays.jl is an excellent solution in the meantime.
Comments
Wow. That's very impressive.
I hope one day we get this sort of tooling with AMD GPUs.
Ask and ye shall receive: https://github.com/JuliaGPU/CLArrays.jl
That's amazing. I'm very excited about the prospect of auto-magically trans-piling code into GPU code. This sort of tech will make GPUs approachable to many more scientists and programmers.
ROCm will make similar things possible! I prefer native codegen, CLArrays.jl is an excellent solution in the meantime.