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

Use a fence for syncing RCL #688

Closed pvelesko closed 6 months ago

pvelesko commented 10 months ago

Fences are more fine-grained synchronization primitives offering potentially better performance since it allows other command lists to continue, as opposed to zeCommandQueueSynchronize which will hold the host until all work inside the queue is complete.