CHIP-SPV / chipStar

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

Define hasWarpBallot prop, replace hasBallot() with it #740

Closed linehill closed 8 months ago

linehill commented 8 months ago

Also, fix harmless but still wrong hipMemcpy() call. It does device->host copy but it was parametrized with hipMemcpyHostToDevice.