Skip to content

Commit

Permalink
Rocm test to use Release build
Browse files Browse the repository at this point in the history
  • Loading branch information
alazzaro committed Jan 24, 2024
1 parent d88a3b7 commit e331ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,10 @@ jobs:
mkdir -p build
cd build
cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_BUILD_TYPE=Release \
-DUSE_${{ matrix.use_openmp }} \
-DUSE_ACCEL=hip \
-DWITH_GPU=Mi100 \
-DWITH_GPU=Mi250 \
-DWITH_EXAMPLES=ON \
-DCMAKE_PREFIX_PATH=/opt/rocm \
..
Expand Down

0 comments on commit e331ec6

Please sign in to comment.