Skip to content

fix(§SO1): smem-fit batched B2 — HPC=2 LAUNCHES on sm_121 (DYX single… #187

fix(§SO1): smem-fit batched B2 — HPC=2 LAUNCHES on sm_121 (DYX single…

fix(§SO1): smem-fit batched B2 — HPC=2 LAUNCHES on sm_121 (DYX single… #187

Workflow file for this run

name: CUDA Lane
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
cuda-tests:
name: Run CUDA-only tests
runs-on: [self-hosted, cuda]
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.13"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[dev]"
- name: Run CUDA tests
run: |
python -m pytest -m "cuda_hardware or cuda_required" -v --tb=short