Skip to content

Commit

Permalink
Move streamer_alu to snakemake ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JosseVanDelm committed Dec 19, 2024
1 parent 9ae4894 commit 6823244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-run-kernel-snake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
working-directory: kernels/${{ matrix.kernel }}
strategy:
matrix:
kernel: [alloc, transform_copy]
kernel: [alloc, transform_copy, streamer_alu]
2 changes: 1 addition & 1 deletion .github/workflows/build-run-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
working-directory: kernels/${{ matrix.kernel }}
strategy:
matrix:
kernel: [simple_copy, streamer_alu, tiled_add, streamer_matmul, gemmini, rescale, gemm]
kernel: [simple_copy, tiled_add, streamer_matmul, gemmini, rescale, gemm]

0 comments on commit 6823244

Please sign in to comment.