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

hipStreamSemantics non-blocking stream fails #813

Open pvelesko opened 3 months ago

pvelesko commented 3 months ago

Interestingly it fails due to blocking on zeCommandListAppendMemoryCopy even though it should not be a blocking operation.

I thought this was previously fixed