diff --git a/.torch_pin b/.torch_pin new file mode 100644 index 00000000000..117e50dd25c --- /dev/null +++ b/.torch_pin @@ -0,0 +1 @@ +645e64dfef7c127057cd3a098d2bc11488633883 diff --git a/torch_xla/csrc/aten_xla_type.cpp b/torch_xla/csrc/aten_xla_type.cpp index 6e98726063f..e308263e4a5 100644 --- a/torch_xla/csrc/aten_xla_type.cpp +++ b/torch_xla/csrc/aten_xla_type.cpp @@ -3019,7 +3019,7 @@ at::Tensor XLANativeFunctions::roll(const at::Tensor& self, } at::Tensor XLANativeFunctions::rrelu_with_noise( - const at::Tensor& self, const at::Tensor& noise, const at::Scalar& lower, + const at::Tensor& self, at::Tensor& noise, const at::Scalar& lower, const at::Scalar& upper, bool training, std::optional generator) { TORCH_LAZY_FN_COUNTER_TIMED_TRACING("xla::");