Skip to content

Commit

Permalink
Use H100 for the CUDA CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alazzaro committed Jul 29, 2024
1 parent 6b2109e commit 33f0696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
-DCMAKE_BUILD_TYPE=Debug \
-DUSE_${{ matrix.use_openmp }} \
-DUSE_ACCEL=cuda \
-DWITH_GPU=V100 \
-DWITH_GPU=H100 \
-DWITH_EXAMPLES=ON \
-DWITH_CUDA_PROFILING=ON \
..
Expand Down

0 comments on commit 33f0696

Please sign in to comment.