CHIP-SPV / chipStar

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

Fix hipFuncSetCacheConfig() doesn't return hipSuccess #628

Closed linehill closed 12 months ago

linehill commented 12 months ago

Make it return hipSuccess but ignore cache setting for now (API allows this).

Fixes #626.