Probably similar to #3963 and #3807, but this time in ATen_generated_TensorCompare.cu.o and with more errors.
The machine is clean, no previous versions of PyTorch are present. Full log in attachment:
log.txt
Main error types are:
.../pytorch/torch/lib/build/aten/src/ATen/ATen/Functions.h:1635:61: required from here
/usr/include/c++/6/tuple:489:65: error: mismatched argument pack lengths while expanding ‘std::is_convertible<_UElements&&, _Elements>’
return __and_<is_convertible<_UElements&&, _Elements>...>::value;
.../pytorch/torch/lib/build/aten/src/ATen/ATen/Functions.h:1635:61: required from here
/usr/include/c++/6/tuple:495:244: error: wrong number of template arguments (4, should be 2)
return __and_<__not_<is_same<tuple<_Elements...>,
Something is wrong about using tuple