Skip to content

Commit a624064

Browse files
committed
super logs
Signed-off-by: dchigarev <[email protected]>
1 parent ad5236f commit a624064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test-triton.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ run_core_tests() {
188188
cd $TRITON_PROJ/python/test/unit
189189
ensure_spirv_dis
190190

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
191+
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
192192

193193

194194
# TRITON_DISABLE_LINE_INFO=1 TRITON_TEST_SUITE=language \

0 commit comments

Comments
 (0)