We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31623f7 commit 5362bdeCopy full SHA for 5362bde
.github/workflows/pip-test.yml
@@ -58,19 +58,4 @@ jobs:
58
- name: Install Triton runtime dependencies
59
run: |
60
pip install intel-sycl-rt intel-pti
61
-
62
- - name: Run core tests
63
- run: |
64
- ${{ env.TRITON_TEST_CMD }} --core
65
66
- - name: Run interpreter tests
67
68
- ${{ env.TRITON_TEST_CMD }} --interpreter --skip-pip-install
69
70
- - name: Run Tutorials
71
72
- ${{ env.TRITON_TEST_CMD }} --tutorial --skip-pip-install
73
74
- - name: Run inductor test
75
76
- ${{ env.TRITON_TEST_CMD }} --inductor --skip-pip-install
+ pytest -k "not test_disam_cubin" -s python/test/unit/tools/test_aot.py
0 commit comments