8000 [CI] Remove the xpu env source for linux binary validate (#154409) · pytorch/pytorch@62ea99a · GitHub
[go: up one dir, main page]

Skip to content

Commit 62ea99a

Browse files
[CI] Remove the xpu env source for linux binary validate (#154409)
[CI] Remove the xpu env source for linux binary validate (#150138) Due to we have enabled the xpu runtime pypi packages as dependencies directly Pull Request resolved: #150138 Approved by: https://github.com/atalman (cherry picked from commit 35ff508) Co-authored-by: Wang, Chuanqi <chuanqi.wang@intel.com>
1 parent 941732c commit 62ea99a

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.ci/pytorch/check_binary.sh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,6 @@ else
5959
export install_root="$(dirname $(which python))/../lib/python${py_dot}/site-packages/torch/"
6060
fi
6161

62-
###############################################################################
63-
# Setup XPU ENV
64-
###############################################################################
65-
if [[ "$DESIRED_CUDA" == 'xpu' ]]; then
66-
set +u
67-
# Refer https://www.intel.com/content/www/us/en/developer/articles/tool/pytorch-prerequisites-for-intel-gpus.html
68-
source /opt/intel/oneapi/compiler/latest/env/vars.sh
69-
source /opt/intel/oneapi/pti/latest/env/vars.sh
70-
fi
71-
7262
###############################################################################
7363
# Check GCC ABI
7464
###############################################################################

0 commit comments

Comments
 (0)
0