File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -275,8 +275,9 @@ run_minicore_tests() {
275
275
cd $TRITON_PROJ /python/test/unit
276
276
ensure_spirv_dis
277
277
278
+ # FIXME: Add back test_frontend.py, tracked in issue#4421.
278
279
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
279
- run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:- 8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py \
280
+ run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:- 8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py --ignore=language/test_frontend.py \
280
281
-k " not test_mxfp and not test_scaled_dot"
281
282
282
283
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=subprocess \
@@ -326,7 +327,7 @@ run_scaled_dot_tests() {
326
327
cd $TRITON_PROJ /python/test/unit
327
328
328
329
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=scaled_dot \
329
- run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:- 8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py \
330
+ run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:- 8} --device xpu language/ --ignore=language/test_line_info.py --ignore=language/test_subprocess.py --ignore=language/test_warp_specialization.py --ignore=language/test_frontend.py \
330
331
-k " test_scaled_dot"
331
332
}
332
333
You can’t perform that action at this time.
0 commit comments