Hacker News new | ask | show | jobs
by zamalek 1828 days ago
Genuine question: why can't Vulkan Compute be used instead of CUDA and ROCm?

Julia has all the tools required to "magically" transform code into SPIR-V kernels. Couldn't `:()` syntax be used to create kernels?

2 comments

oneApi.jl has a Julia to SPIR-V (Vulkan) compiler.