HIPify'd code not finding NVIDIA GPU #619
-
When trying to run accelerated code, I'm getting this error message: Running
Using If it helps, these are the commands I used to build my binary.
Setting Secondary question: The section |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
I think NVIDIA's driver doesn't (yet) support SPIR-V which is a hard requirement for chipStar. |
Beta Was this translation helpful? Give feedback.
-
You can try PoCL-CUDA (experimental): pocl/pocl#1301 but beware of bumps and do not hesitate to contribute ;-) |
Beta Was this translation helpful? Give feedback.
I think NVIDIA's driver doesn't (yet) support SPIR-V which is a hard requirement for chipStar.
For the secondary question, yes, this is the aim. Direct CUDA compilation is a still heavily WiP though.