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

SYCL-HIP Interop - Drop RCL/ICL Quer #781

Closed pvelesko closed 4 months ago

pvelesko commented 4 months ago

Since we never return an immediate command list even when they are used internally we can just drop the check.

There was a bug in the initial implementation where isImmCmdList = true but it seems that we don't really need to check if ICL is used since we never return a command list.