8000 [CD] Fix XPU linux CD whl test failure by chuanqi129 · Pull Request #143268 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[CD] Fix XPU linux CD whl test failure #143268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
[CD] Fix XPU linux CD whl test failure
  • Loading branch information
chuanqi129 committed Dec 15, 2024
commit ead685e70c7f1c1be30b33fa98ad3b11ecb28184
2 changes: 2 additions & 0 deletions .circleci/scripts/binary_linux_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ if [[ "\$GPU_ARCH_TYPE" != *s390x* && "\$GPU_ARCH_TYPE" != *xpu* && "\$GPU_ARCH_
python /pytorch/.ci/pytorch/smoke_test/smoke_test.py --package=torchonly --torch-compile-check disabled
fi
# Clean temp files
cd /pytorch/.ci/pytorch/ && git clean -ffdx
# =================== The above code will be executed inside Docker container ===================
EOL
Expand Down
Loading
0