Skip to content

Commit

Permalink
ci: manually set HIP_COMPILER, HIP_PLATFORM and HIP_RUNTIME
Browse files Browse the repository at this point in the history
  • Loading branch information
Naraenda authored and Beanavil committed May 6, 2024
1 parent b47af8c commit c337f46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@ test:cuda:
extends:
- .test
- .gpus:nvcc
before_script:
- export HIP_COMPILER=nvcc
- export HIP_PLATFORM=nvidia
- export HIP_RUNTIME=cuda
needs:
- build:cmake-cuda

Expand Down

0 comments on commit c337f46

Please sign in to comment.