Comment on CUDA-oxide: Nvidia's official Rust to CUDA compilerparentComments−zamalek4moMy sentiment matches your exactly. I'm sick and tired of CUDA - but it's really not going to change.Could maybe be forked with some dynamic smarts, HIP is basically 1:1 with CUDA: https://github.com/amd/amd-lab-notes/blob/release/hipify%2Fs...−pjmlp4moDoes it support a graphical GPU debugging for C++, Fortran and Python JIT GPU code?Otherwise it isn't 1:1 with CUDA, and I am not counting everything else on CUDA ecosystem−zamalek4moDebugging (gdb, but GUI frontends exist for gdb in general): https://rocm.docs.amd.com/projects/HIP/en/latest/how-to/debu...Fortran: https://github.com/ROCm/hipfortPython (not sure about JIT): https://rocm.docs.amd.com/projects/hip-python/en/latest/−pjmlp4moAll those are far from the 1:1 CUDA experience.
Comments
My sentiment matches your exactly. I'm sick and tired of CUDA - but it's really not going to change.
Could maybe be forked with some dynamic smarts, HIP is basically 1:1 with CUDA: https://github.com/amd/amd-lab-notes/blob/release/hipify%2Fs...
Does it support a graphical GPU debugging for C++, Fortran and Python JIT GPU code?
Otherwise it isn't 1:1 with CUDA, and I am not counting everything else on CUDA ecosystem
Debugging (gdb, but GUI frontends exist for gdb in general): https://rocm.docs.amd.com/projects/HIP/en/latest/how-to/debu...
Fortran: https://github.com/ROCm/hipfort
Python (not sure about JIT): https://rocm.docs.amd.com/projects/hip-python/en/latest/
All those are far from the 1:1 CUDA experience.