File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -564,16 +564,16 @@ jobs:
564
564
sudo cp /proc/sys/kernel/yama/ptrace_scope ptrace_scope.bk
565
565
sudo echo "0"|sudo tee /proc/sys/kernel/yama/ptrace_scope
566
566
mkdir -p ut_log/pytorch_distributed
567
+ mkdir -p ut_log/pytorch_distributed_summary
567
568
cd ../pytorch/third_party/torch-xpu-ops/test/xpu
568
569
XCCL_EANBLE=$(python -c "import torch;print(torch.distributed.is_xccl_available())")
569
570
if [[ "${XCCL_ENABLE}}" == 'False' ]]; then
570
571
echo -e "[ERROR] XCCL is not enabled"
571
572
exit 1
572
573
fi
573
- python run_distributed_local.py 2>${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test_error.log | tee ${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test.log
574
- cd ${{ github.workspace }}
575
- mkdir -p ut_log/pytorch_distributed_summary
574
+ python run_distributed_local.py 2>${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test_error.log | tee ${{ github.workspace }}/ut_log/pytorch_distributed/pytorch_distributed_test.log
576
575
cp op_ut_with_skip_* ${{ github.workspace }}/ut_log/pytorch_distributed_summary
576
+ cd ${{ github.workspace }}
577
577
sudo cp ptrace_scope.bk /proc/sys/kernel/yama/ptrace_scope
578
578
- name : Distributed UT Test Results Summary
579
579
run : |
You can’t perform that action at this time.
0 commit comments