Y
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
one-more-minute
3155 days ago
Ask and ye shall receive:
https://github.com/JuliaGPU/CLArrays.jl
link
gravypod
3155 days ago
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.
link
wallnuss
3155 days ago
ROCm will make similar things possible! I prefer native codegen, CLArrays.jl is an excellent solution in the meantime.
link