Looking at a product spec sheet, how do I tell if a device supports SPIR-V? #648
ArcherSmythe
started this conversation in
General
Replies: 2 comments
-
To my knowledge Intel GPUs and some Arm Mali mobile GPUs are the only ones that officially support SPIR-V at the moment. We have added initial experimental SPIR-V support for NVIDIA GPUs in the PoCL-CUDA driver. Also RustiCL is becoming a useful OpenCL driver for AMD GPUs to run chipStar on. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If I'm trying to decide what piece of accelerated hardware to buy, how can I tell if a given accelerator supports SPIR-V? Basically, just trying to avoid the situation that arose in this thread, where NVIDIA supports OpenCL but not SPIR-V.
Beta Was this translation helpful? Give feedback.
All reactions