Skip to content

Commit

Permalink
Enable test on G2G and rocm compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
alazzaro committed Jan 24, 2024
1 parent a569fc7 commit 0c37025
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/testing-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ jobs:
strategy:
matrix:
use_openmp: [OPENMP=ON]
use_g2g: [G2G=ON, G2G=OFF]

steps:
- uses: actions/checkout@v4
Expand All @@ -180,6 +181,7 @@ jobs:
-DUSE_${{ matrix.use_openmp }} \
-DUSE_ACCEL=hip \
-DWITH_GPU=Mi250 \
-DWITH_${{ matrix.use_g2g }} \
-DWITH_EXAMPLES=ON \
-DCMAKE_PREFIX_PATH=/opt/rocm \
..
Expand Down

0 comments on commit 0c37025

Please sign in to comment.