[Triton-MLIR][BACKEND] make MMAv1 splitk works (#960)
This commit is contained in:
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
@@ -88,8 +88,10 @@ jobs:
|
||||
- name: Run python tests on V100
|
||||
if: ${{matrix.runner[0] == 'self-hosted' && matrix.runner[1] == 'V100'}}
|
||||
run: |
|
||||
# TODO[Superjomn]: Remove the forloop-unroll setting after pipeline pass works
|
||||
cd python/tests
|
||||
pytest test_gemm.py::test_gemm_no_scf_for_mmav1
|
||||
export TRITON_STATIC_LOOP_UNROLLING=1
|
||||
pytest test_gemm.py::test_gemm_for_mmav1
|
||||
|
||||
- name: Run CXX unittests
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user