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)'
@@ -308,7 +308,7 @@ if [[ "$OSTYPE" == "msys" ]]; then
308
308
fi
309
309
310
310
# Test that CUDA builds are setup correctly
311
-
if [[ "$DESIRED_CUDA"!='cpu'&&"$DESIRED_CUDA"!='xpu'&&"$DESIRED_CUDA"!='cpu-cxx11-abi'&&"$DESIRED_CUDA"!=*"rocm"*&&"$(uname -m)"!="s390x" ]];then
311
+
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