Skip to content

Add annotated CuTeDSL Blackwell GEMM example #69

Add annotated CuTeDSL Blackwell GEMM example

Add annotated CuTeDSL Blackwell GEMM example #69

Workflow file for this run

name: prek
on:
push:
branches:
- main
pull_request:
jobs:
prek:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install project dependencies
run: pip install ".[dev]"
- name: Install pyrefly
run: pip install pyrefly==0.44.1
- name: Run prek
run: prek run --all-files