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 ad5236f commit a624064Copy full SHA for a624064
scripts/test-triton.sh
@@ -188,7 +188,7 @@ run_core_tests() {
188
cd $TRITON_PROJ/python/test/unit
189
ensure_spirv_dis
190
191
- LLVM_IR_ENABLE_DUMP=0 MLIR_ENABLE_DUMP=0 pytest -s language/test_core.py::test_dot[1-32-128-64-4-False-False-none-tf32-int8-int8-1-None1] --device=xpu
+ LLVM_IR_ENABLE_DUMP=1 MLIR_ENABLE_DUMP=1 pytest -s language/test_core.py::test_dot[1-32-128-64-4-False-False-none-tf32-int8-int8-1-None1] --device=xpu
192
193
194
# TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \
0 commit comments