diff --git a/scripts/amd/run.sh b/scripts/amd/run.sh index 610e72e56..4cfff35d3 100644 --- a/scripts/amd/run.sh +++ b/scripts/amd/run.sh @@ -11,7 +11,7 @@ bash scripts/amd/clean.sh # bash scripts/amd/deps.sh bash scripts/amd/build.sh bash scripts/amd/test.sh 2>&1 |tee $LOG_DIR/test.log -bash scripts/amd/cache_print.sh 2>&1 |tee $LOG_DIR/cache.log +# bash scripts/amd/cache_print.sh 2>&1 |tee $LOG_DIR/cache.log # bash scripts/amd/debug.sh # bash scripts/amd/backtrace.sh 2>&1 |tee $LOG_DIR/backtrace.log diff --git a/scripts/amd/test.sh b/scripts/amd/test.sh index 7fa7947cb..7c02c0a65 100755 --- a/scripts/amd/test.sh +++ b/scripts/amd/test.sh @@ -27,7 +27,9 @@ rm -rf /tmp/triton # -ex 'ignore 1 472' \ # pytest --verbose python/test/unit/language/test_core.py 2>&1 | tee /dockerx/triton/test_core.log -pytest --verbose python/test/unit/language/test_core.py::test_empty_kernel[float32] 2>&1 | tee /dockerx/triton/test_empty_kernel.log +# pytest --verbose python/test/unit/language/test_core.py::test_empty_kernel[float32] 2>&1 | tee /dockerx/triton/test_empty_kernel.log +# pytest --verbose python/test/unit/language/test_core.py::test_bin_op[int32-uint32-+] 2>&1 | tee /dockerx/triton/test_bin_op.log +pytest --verbose python/test/unit/language/test_core.py::test_atomic_rmw[add-float16-all_neg] 2>&1 | tee /dockerx/triton/test_bin_op.log # pytest --capture=tee-sys --verbose python/test/regression/test_performance.py | tee /dockerx/triton/test_performance.log # pytest --capture=tee-sys --verbose python/test/regression/test_performance.py::test_matmul | tee /dockerx/triton/test_performance_matmul.log