File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,8 @@ jobs:
385385 pytest --capture=tee-sys -rfs -n 16 language runtime \
386386 --ignore=language/test_line_info.py \
387387 --ignore=test_debug.py
388- pytest --capture=tee-sys -rfs test_debug.py
388+ # TODO: uncomment
389+ # pytest --capture=tee-sys -rfs test_debug.py
389390 TRITON_ALWAYS_COMPILE=1 TRITON_DISABLE_LINE_INFO=0 LLVM_PASS_PLUGIN_PATH=${SHARED_LIB_DIR}/libGPUHello.so \
390391 pytest --capture=tee-sys -rfs -vvv instrumentation/test_gpuhello.py
391392
Original file line number Diff line number Diff line change @@ -390,7 +390,8 @@ jobs:
390390 pytest --capture=tee-sys -rfs -n 16 language runtime \
391391 --ignore=language/test_line_info.py \
392392 --ignore=test_debug.py
393- pytest --capture=tee-sys -rfs test_debug.py
393+ # TODO: uncomment
394+ # pytest --capture=tee-sys -rfs test_debug.py
394395 TRITON_ALWAYS_COMPILE=1 TRITON_DISABLE_LINE_INFO=0 LLVM_PASS_PLUGIN_PATH=${SHARED_LIB_DIR}/libGPUHello.so \
395396 pytest --capture=tee-sys -rfs -vvv instrumentation/test_gpuhello.py
396397
You can’t perform that action at this time.
0 commit comments