Skip to content

Commit

Permalink
Revert "[CD] fix xpu nightly wheel test env (#134395)" (#134461)
Browse files Browse the repository at this point in the history
This reverts commit 96738c9.

Merged without pytorchmergebot command by mistake

Pull Request resolved: pytorch/pytorch#134461
Approved by: https://github.com/jeanschmidt
  • Loading branch information
atalman authored and pytorchmergebot committed Aug 26, 2024
1 parent 96738c9 commit be96ccf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/scripts/binary_linux_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@ if [[ "$PACKAGE_TYPE" == libtorch ]]; then
cd /tmp/libtorch
fi
if [[ "$GPU_ARCH_TYPE" == xpu ]]; then
# Refer https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpu/2-5.html
source /opt/intel/oneapi/pytorch-gpu-dev-0.5/oneapi-vars.sh
source /opt/intel/oneapi/pti/latest/env/vars.sh
fi
# Test the package
/builder/check_binary.sh
Expand Down

0 comments on commit be96ccf

Please sign in to comment.