8000 [CI] Remove the xpu env source for linux binary validate by pytorchbot · Pull Request #154409 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content

[CI] Remove the xpu env source for linux binary validate #154409

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

Merged
merged 1 commit into from
May 27, 2025
Merged
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
DC03
Diff view
10 changes: 0 additions & 10 deletions .ci/pytorch/check_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,6 @@ else
export install_root="$(dirname $(which python))/../lib/python${py_dot}/site-packages/torch/"
fi

###############################################################################
# Setup XPU ENV
###############################################################################
if [[ "$DESIRED_CUDA" == 'xpu' ]]; then
set +u
# Refer https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html
source /opt/intel/oneapi/compiler/latest/env/vars.sh
source /opt/intel/oneapi/pti/latest/env/vars.sh
fi

###############################################################################
# Check GCC ABI
###############################################################################
Expand Down
Loading
0