CHIP-SPV / chipStar

chipStar is a tool for compiling and running HIP/CUDA on SPIR-V via OpenCL or Level Zero APIs.
Other
184 stars 29 forks source link

OpenCL: Require SVM #718

Closed pjaaskel closed 9 months ago

pjaaskel commented 9 months ago

Require CG SVM / USM from the OpenCL device. Without this, it lets such a device pass until the first SVM allocation, which the crashes uglily.

Also sneak in a formatter script stolen from PoCL.