6 ms·
> AMD needs to be funding a CUDA shim that allows people to port stuff directly to their cards. And they need to NOT be segmenting the consumer and professional
by lardo 2y ago
> AMD needs to be funding a CUDA shim that allows people to port stuff directly to their cards. And they need to NOT be segmenting the consumer and professional cards software ecosystems.
Isn't that what HIPIFY does?
https://github.com/ROCm/HIPIFY https://github.com/ROCm/HIPIFY
- paulmd 2y agoproblem being that despite years of work and despite all the marketing hype, it’s still missing basic feature that are over 10+ years old on the nvidia side. If you can’t do dynamic parallelism then kernels can never launch kernels, for example. It has “partial support” for texture unit access. Inter-process communication is not supported. Etc. https://rocm.docs.amd.com/projects/HIP/en/latest/user_guide/faq.html https://rocm.docs.amd.com/projects/HIP/en/latest/user_guide/...