Hacker News new | ask | show | jobs
by gravypod 3155 days ago
> Julia has recently gained support for syntactic loop fusion, where chained vector operations are fused into a single broadcast

Wow. That's very impressive.

I hope one day we get this sort of tooling with AMD GPUs.

2 comments

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.