Skip to content

Commit

Permalink
Switch to a simpler approx net for HIP CI (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpkatz authored Jul 23, 2023
1 parent 28ceb48 commit 9af506c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
- name: Dependencies
run: .github/workflows/dependencies/dependencies_hip.sh

- name: compile test_react with HIP (aprox13)
- name: compile test_react with HIP (iso7)
run: |
cd unit_test/test_react
make COMP=gnu USE_HIP=TRUE USE_MPI=FALSE USE_OMP=FALSE USE_CUDA=FALSE NETWORK_DIR=aprox13 -j 2
make COMP=gnu USE_HIP=TRUE USE_MPI=FALSE USE_OMP=FALSE USE_CUDA=FALSE NETWORK_DIR=iso7 -j 2
- name: compile test_react with HIP (ignition_reaclib/URCA-simple)
run: |
Expand Down

0 comments on commit 9af506c

Please sign in to comment.