|
|
|
|
|
by syntaxers
1080 days ago
|
|
> > VUDA only takes kernels in SPIR-V format. VUDA does not provide any support for compiling CUDA C kernels directly to SPIR-V (yet). However, it does not know or care how the SPIR-V source was created - may it be GLSL, HLSL, OpenCL. So the answer is no, it can't be used with kernels that use cublas or cudnn, which excludes almost all ML use-cases. |
|