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.
test_preshuffle_scale_mxfp_cdna4
1 parent 66327e9 commit d26d7eaCopy full SHA for d26d7ea
scripts/test-triton.sh
@@ -284,7 +284,7 @@ run_minicore_tests() {
284
285
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
286
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 \
287
- -k "not test_mxfp and not test_scaled_dot"
+ -k "not test_mxfp and not test_preshuffle_scale_mxfp_cdna4 and not test_scaled_dot"
288
289
TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=subprocess \
290
run_pytest_command -vvv -n ${PYTEST_MAX_PROCESSES:-8} --device xpu language/test_subprocess.py
0 commit comments