File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 59
59
export install_root=" $( dirname $( which python) ) /../lib/python${py_dot} /site-packages/torch/"
60
60
fi
61
61
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
-
72
62
# ##############################################################################
73
63
# Check GCC ABI
74
64
# ##############################################################################
You can’t perform that action at this time.
0 commit comments