-
Notifications
You must be signed in to change notification settings - Fork 568
[PT_BREAK] Head build failure #3033
Copy link
Copy link
Closed
Labels
pytorch breakingUpstream PyTorch breakage w.r.t. PyTorch/XLAUpstream PyTorch breakage w.r.t. PyTorch/XLA
Description
Build with pytorch head currently fail with
/usr/local/google/home/jackcao/Desktop/gitProj2/pytorch/xla/torch_xla/csrc/aten_xla_type.cpp:416:21: error: no member named 'index_put_' in namespace 'torch_xla'
return torch_xla::index_put_(self, indices, values, accumulate);
~~~~~~~~~~~^
/usr/local/google/home/jackcao/Desktop/gitProj2/pytorch/xla/torch_xla/csrc/aten_xla_type.cpp:476:10: error: use of undeclared identifier 'view'
return view(self, size);
^
/usr/local/google/home/jackcao/Desktop/gitProj2/pytorch/xla/torch_xla/csrc/aten_xla_type.cpp:1115:56: error: too many arguments to function call, expected 2, have 3
return torch_xla::div(self, other, /*rounding_mode=*/c10::nullopt);
suspecting this is caused by some pytorch pr merged this morning since some pr has passing test this morning.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
pytorch breakingUpstream PyTorch breakage w.r.t. PyTorch/XLAUpstream PyTorch breakage w.r.t. PyTorch/XLA