File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Keep in sync with extra_require.tests from setup.py
2
+ filecheck
2
3
lit
3
4
numpy
4
5
pytest
Original file line number Diff line number Diff line change @@ -275,9 +275,8 @@ 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.
279
278
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
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 \
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 \
281
280
-k " not test_mxfp and not test_scaled_dot"
282
281
283
282
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=subprocess \
You can’t perform that action at this time.
0 commit comments