Skip to content

Generate transform script based on zigzag outputs #16

Generate transform script based on zigzag outputs

Generate transform script based on zigzag outputs #16

name: Build and run kernels
on:
push:
branches:
- main
pull_request:
jobs:
build-and-run-kernels:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: prefix-dev/setup-pixi@v0.8.1
with:
cache: true
cache-write: ${{ github.event_name == 'push' && github.ref_name == 'main' }}
- name: Build and run kernels
run: pixi run snakemake -k -p -j `nproc` all
working-directory: kernels/${{ matrix.kernel }}
strategy:
matrix:
kernel: [streamer_matmul]