CHIP-SPV / chipStar

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

OpenCL BE: set CHIP_USE_INTEL_USM on by default #791

Closed linehill closed 4 months ago

linehill commented 4 months ago

PVC platforms seems to benefit a lot from the USM. Few picks:

The OpenCL backend still falls back to use SVM (the previous default) when the USM is not available.

pvelesko commented 4 months ago

@linehill still failing hipKernelLaunchIsNonBlocking

linehill commented 4 months ago

Added work-around to a test timeout issue.