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 d23c3b1 commit fb632dbCopy full SHA for fb632db
.github/actions/linux-uttest/action.yml
@@ -160,7 +160,8 @@ runs:
160
echo -e "[ERROR] XCCL is not enabled"
161
exit 1
162
fi
163
+ source /opt/intel/oneapi/ccl/latest/env/vars.sh
164
python run_distributed_local.py \
165
2> ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test_error.log | \
166
tee ${{ github.workspace }}/ut_log/xpu_distributed/xpu_distributed_test.log
- cp *.xml ${{ github.workspace }}/ut_log
167
+ cp *.xml ${{ github.workspace }}/ut_log/xpu_distributed
0 commit comments