We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a46c5 commit 9122ce4Copy full SHA for 9122ce4
build_torch_xla_libs.sh
@@ -57,6 +57,7 @@ fi
57
OPTS+=(--cxxopt="-std=c++17")
58
if [[ $(basename -- $CC) =~ ^clang ]]; then
59
OPTS+=(--cxxopt="-Wno-c++11-narrowing")
60
+ OPTS+=(--cxxopt="-Wno-c++14-narrowing")
61
fi
62
63
if [[ "$XLA_CUDA" == "1" ]]; then
0 commit comments