llvm / llvm-zorg

Other
56 stars 94 forks source link

Update openmp-offload-cuda-* builders #197

Closed Meinersbur closed 4 weeks ago

Meinersbur commented 1 month ago

Fix the openmp-offload-cuda-runtime and openmp-offload-cuda-project builders according to changes happened since the last update. In particular:

  1. New offload repository
  2. TEST_SUITE_OFFLOADING_* cmake parameter rename (https://github.com/llvm/llvm-test-suite/commit/1940a51ae2d37a726dfb34023ce23dd2e4d2415b)
  3. New SYSTEM_GPU cmake parameter (https://github.com/llvm/llvm-test-suite/commit/f71ea72759216ddfb3768485f885eb2cffa31200)
  4. CMake parameter LIBOMPTARGET_BUILD_NVPTX_BCLIB does not exist anymore
  5. Use ccache instead incremental builds for both builders now.