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

Refactor hipEventRecord #682

Closed pvelesko closed 11 months ago

pvelesko commented 11 months ago

While working on the event, command list recycling I observed some instabilities and zombie kernel processes showing up again. Decided to take a pause on those other PRs to fully investigate this issue.

pvelesko commented 11 months ago

@linehill can you test on your end to see if you can reproduce OpenCL intel cpu failure on CI?

linehill commented 11 months ago

@linehill can you test on your end to see if you can reproduce OpenCL intel cpu failure on CI?

Do you mean the Unit_hipMultiThreadStreams1_AsyncSame case? It passes on Intel iGPU and Intel CPU through OpenCL BE.