rename stream/autoflow related stuff to dart (decoupled acceleration … #1530
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build MLPerf Tiny Networks | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
build-and-run-networks: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- 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/mlperf_tiny |