Skip to content

Commit

Permalink
[CD] Fix xpu linux CD wheel check (#2046)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuanqi129 authored Nov 28, 2024
1 parent 28efbd8 commit a4ede2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions check_binary.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ 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
Expand Down

0 comments on commit a4ede2d

Please sign in to comment.