Skip to content

feat[next][dace]: Skeleton of GTIR DaCe backend #2335

feat[next][dace]: Skeleton of GTIR DaCe backend

feat[next][dace]: Skeleton of GTIR DaCe backend #2335

name: "Fallback: Test Cartesian (CPU)"
on:
pull_request:
branches:
- main
paths: # Inverse of corresponding workflow
- "src/gt4py/next/**"
- "tests/next_tests/**"
- "examples/**"
- "*.md"
- "*.rst"
jobs:
test-cartesian:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
backends: [internal-cpu, dace-cpu]
steps:
- run: 'echo "No build required"'