@@ -187,30 +187,6 @@ run_core_tests() {
187187 echo " ***************************************************"
188188 cd $TRITON_PROJ /python/test/unit
189189 ensure_spirv_dis
190-
191- TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
192- pytest -vvv -n ${PYTEST_MAX_PROCESSES:- 8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py
193-
194- TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=subprocess \
195- pytest -vvv -n ${PYTEST_MAX_PROCESSES:- 8} --device xpu language/test_subprocess.py
196-
197- # run runtime tests serially to avoid race condition with cache handling.
198- TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=runtime \
199- pytest -k " not test_within_2gb" --verbose --device xpu runtime/ --ignore=runtime/test_cublas.py
200-
201- TRITON_TEST_SUITE=debug \
202- pytest --verbose -n ${PYTEST_MAX_PROCESSES:- 8} test_debug.py --forked --device xpu
203-
204- # run test_line_info.py separately with TRITON_DISABLE_LINE_INFO=0
205- TRITON_DISABLE_LINE_INFO=0 TRITON_TEST_SUITE=line_info \
206- pytest -k " not test_line_info_interpreter" --verbose --device xpu language/test_line_info.py
207-
208- TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=tools \
209- pytest -k " not test_disam_cubin" --verbose tools
210-
211- cd $TRITON_PROJ /third_party/intel/python/test
212- TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=third_party \
213- pytest --device xpu .
214190}
215191
216192run_regression_tests () {
@@ -241,16 +217,7 @@ run_tutorial_tests() {
241217 python -m pip install matplotlib pandas tabulate -q
242218 cd $TRITON_PROJ /python/tutorials
243219
244- run_tutorial_test " 01-vector-add"
245- run_tutorial_test " 02-fused-softmax"
246- run_tutorial_test " 03-matrix-multiplication"
247- run_tutorial_test " 04-low-memory-dropout"
248- run_tutorial_test " 05-layer-norm"
249- run_tutorial_test " 06-fused-attention"
250- run_tutorial_test " 07-extern-functions"
251220 run_tutorial_test " 08-grouped-gemm"
252- run_tutorial_test " 10-experimental-block-pointer"
253- run_tutorial_test " 10i-experimental-block-pointer"
254221}
255222
256223run_microbench_tests () {
0 commit comments