Skip to content

Commit

Permalink
changing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gidha-Iftikhar committed Sep 5, 2023
1 parent 442137d commit 6048eca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ jobs:
simulate:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
app: [hello_world, imatmul, fmatmul, iconv2d, fconv2d, fconv3d, jacobi2d, dropout, fft, dwt, exp, softmax, dotproduct, fdotproduct, pathfinder, roi_align]
ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes]
Expand Down Expand Up @@ -318,6 +319,7 @@ jobs:
riscv-tests-simv:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes]
needs: ["compile-ara", "compile-riscv-tests"]
Expand Down Expand Up @@ -450,6 +452,7 @@ jobs:
benchmark:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes]
needs: ["compile-ara", "compile-apps"]
Expand Down

0 comments on commit 6048eca

Please sign in to comment.