Skip to content

[PT_BREAK] Head build failure #3033

@JackCaoG

Description

@JackCaoG

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.

Metadata

Metadata

Assignees

Labels

pytorch breakingUpstream PyTorch breakage w.r.t. PyTorch/XLA

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions