Skip to content

Commit

Permalink
Update UpSampleBilinear2d.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
xytintel authored Nov 29, 2024
1 parent c9d0183 commit 5b30cae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ATen/native/xpu/UpSampleBilinear2d.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ TORCH_IMPL_FUNC(upsample_bilinear2d_backward_out_xpu)
std::optional<double> scales_h,
std::optional<double> scales_w,
const Tensor& grad_input) {
globalContext().alertNotDeterministic("upsample_bilinear2d_backward_out_xpu");
xpu::upsample_bilinear2d_backward_out_kernel(
grad_input,
grad_output,
Expand Down

0 comments on commit 5b30cae

Please sign in to comment.