CHIP-SPV / chipStar

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

Add work-arounds for ARM Mali GPU drivers #676

Closed linehill closed 11 months ago

linehill commented 12 months ago

... which are enabled with chipStar configuration option CHIP_MALI_GPU_WORKAROUNDS=ON.

linehill commented 12 months ago

(Will be converted to review mode if no additional work-arounds are needed)

pjaaskel commented 12 months ago

It helps to workaround the JIT problem, but now it gets stuck at clFinish() (#678).

pjaaskel commented 11 months ago

I think it's safe to merge this to Release-1.1 as it's guarded by the build flag.

pjaaskel commented 11 months ago

Pls backport to 1.1.

pvelesko commented 11 months ago

yes @pjaaskel