Skip to content

Commit

Permalink
ci - use 6.1.0 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed May 7, 2024
1 parent 433eda4 commit 402a89e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ noether-rocm:
script:
- rm -f .SUCCESS
# libCEED
- make configure ROCM_DIR=/opt/rocm-5.6.0 OPT='-O -march=native -ffp-contract=fast'
- make configure ROCM_DIR=/opt/rocm-6.1.0 OPT='-O -march=native -ffp-contract=fast'
- BACKENDS_CPU=$(make info-backends-all | grep -o '/cpu[^ ]*' | tr '\n' ' ') && BACKENDS_GPU=$(make info-backends | grep -o '/gpu[^ ]*' | tr '\n' ' ')
- echo "-------------- libCEED -------------" && make info
- echo "-------------- BACKENDS_GPU --------" && echo $BACKENDS_GPU
Expand Down Expand Up @@ -330,7 +330,7 @@ noether-float:
# Change to single precision
- sed -i 's/ceed-f64/ceed-f32/1' include/ceed/types.h
# Build libCEED
- make configure ROCM_DIR=/opt/rocm-5.6.0 OPT='-O -march=native -ffp-contract=fast'
- make configure ROCM_DIR=/opt/rocm-6.1.0 OPT='-O -march=native -ffp-contract=fast'
- BACKENDS_CPU=$(make info-backends-all | grep -o '/cpu[^ ]*' | tr '\n' ' ') && BACKENDS_GPU=$(make info-backends | grep -o '/gpu[^ ]*' | tr '\n' ' ')
- echo "-------------- libCEED -------------" && make info
- echo "-------------- BACKENDS_CPU --------" && echo $BACKENDS_CPU
Expand Down

0 comments on commit 402a89e

Please sign in to comment.