CHIP-SPV / chipStar

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

use relaxed memory order for atomics #633

Closed franz closed 1 year ago

franz commented 1 year ago

this fixes the devicelib atomics to use the relaxed order (same as CUDA)

franz commented 1 year ago
CMake Error at cmake/FindLLVM.cmake:33 (message):
  Provided LLVM_CONFIG_BIN (/home/runner/opt/llvm/16/bin/llvm-config) does
  not exist

@pvelesko something up with the CI ?

pvelesko commented 1 year ago

@franz nope, CI is all good. Where do you see that error?