Skip to content

Commit

Permalink
Align rrelu_with_noise schema to reflect noise mutation
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKobzarev committed Nov 7, 2024
1 parent 6454b42 commit 17a04cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .torch_pin
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
260115515b45cc4a1b46a67271125d342be76901
2 changes: 1 addition & 1 deletion torch_xla/csrc/aten_xla_type.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<at::Generator> generator) {
TORCH_LAZY_FN_COUNTER_TIMED_TRACING("xla::");
Expand Down

0 comments on commit 17a04cd

Please sign in to comment.