Skip to content

Commit

Permalink
[.github] Add lavaMD to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Jun 25, 2024
1 parent 4ae5a58 commit a460129
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
strategy:
max-parallel: 1
matrix:
app: [hello_world, imatmul, fmatmul, iconv2d, fconv2d, fconv3d, jacobi2d, dropout, fft, dwt, exp, softmax, dotproduct, fdotproduct, pathfinder, roi_align]
app: [hello_world, imatmul, fmatmul, iconv2d, fconv2d, fconv3d, jacobi2d, dropout, fft, dwt, exp, softmax, dotproduct, fdotproduct, pathfinder, roi_align, lavamd]
ara_config: [2_lanes, 4_lanes, 8_lanes, 16_lanes]
needs: ["compile-ara", "compile-apps"]
steps:
Expand Down Expand Up @@ -661,6 +661,11 @@ jobs:
with:
name: roi_align_roofline
path: roi_align.png
- name: Upload the lavamd roofline
uses: actions/upload-artifact@v2
with:
name: lavamd_roofline
path: lavamd.png

####################
# Clean-up stage #
Expand Down

0 comments on commit a460129

Please sign in to comment.