xla
xla copied to clipboard
TensorFlow June pin update & PyTorch/XLA c++17 migration (follow up)
@wonjoolee95 this change is breaking test in this CI.
@wonjoolee95 this change is breaking test in this CI.
Hmm that PR should actually fix the error shown on the CI, could you try doing a quick rebase on master?
Turns out the absence of -Wno-c++11-narrowing breaks pytorch tests and the absence of -Wno-c++14-narrowing breaks the pytorch/xla build. So, I added both flags and this seems to be working!!
CC @JackCaoG @yeounoh