Skip to content

feat[next]: GTIR embedded and GTFN temporaries with new lowering #3186

feat[next]: GTIR embedded and GTFN temporaries with new lowering

feat[next]: GTIR embedded and GTFN temporaries with new lowering #3186

name: "Fallback: Test Cartesian (CPU)"
on:
pull_request:
branches:
- main
- gtir # TODO(tehrengruber): remove after GTIR refactoring #1582
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"]
tox-factor: [internal, dace]
steps:
- run: 'echo "No build required"'