You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
python -c 'import torch.backends.xnnpack; exit(0 if torch.backends.xnnpack.enabled else 1)'
@@ -239,7 +239,7 @@ if [[ "$OSTYPE" == "msys" ]]; then
239
239
fi
240
240
241
241
# Test that CUDA builds are setup correctly
242
-
if [[ "$DESIRED_CUDA"!='cpu'&&"$DESIRED_CUDA"!='xpu'&&"$DESIRED_CUDA"!='cpu-cxx11-abi'&&"$DESIRED_CUDA"!=*"rocm"*&&"$(uname -m)"!="s390x" ]];then
242
+
if [[ "$DESIRED_CUDA"!='cpu'&&"$DESIRED_CUDA"!='xpu'&&"$DESIRED_CUDA"!='cpu-cxx11-abi'&&"$DESIRED_CUDA"!=*"rocm"*&&"$(uname -m)"!="s390x"&&"$(uname -m)"!="ppc64le"]];then
0 commit comments