mirror of
https://github.com/ROCm/ROCm.git
synced 2026-04-05 03:01:17 -04:00
[FRONTEND] interpreter rewrite (#2321)
This is a new interpreter mode that shares semantic analysis with the JIT'ed codepath and that the Triton core team is committed to maintain
This commit is contained in:
9
.github/workflows/integration-tests.yml
vendored
9
.github/workflows/integration-tests.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
||||
echo '::set-output name=matrix-optional::["ubuntu-latest"]'
|
||||
fi
|
||||
|
||||
|
||||
Integration-Tests-Nvidia:
|
||||
needs: Runner-Preparation
|
||||
|
||||
@@ -119,6 +120,14 @@ jobs:
|
||||
run: |
|
||||
rm -rf ~/.triton
|
||||
|
||||
- name: Run interpreter tests
|
||||
env:
|
||||
# TRITON_INTERPRET: "1"
|
||||
CUA_VISIBLE_DEVICES: ""
|
||||
run: |
|
||||
cd python/test/unit
|
||||
python3 -m pytest -vs operators/test_flash_attention.py
|
||||
|
||||
- name: Run partial tests on CUDA with ENABLE_TMA=1 and ENABLE_MMA_V3=1
|
||||
if: ${{ env.BACKEND == 'CUDA' && env.ENABLE_TMA == '1' && env.ENABLE_MMA_V3 == '1'}}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user