Skip to content

Commit

Permalink
fix test_nondeterministic_alert_interpolate_linear_xpu
Browse files Browse the repository at this point in the history
  • Loading branch information
huaiyuzh committed Jul 29, 2024
1 parent e00b44a commit b8417e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ATen/native/xpu/sycl/UpSampleLinear1dKernels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ void upsample_linear1d_backward_kernel(
bool align_corners,
std::optional<double> scales,
Tensor& grad_input) {
globalContext().alertNotDeterministic("upsample_linear1d_backward_xpu");
globalContext().alertNotDeterministic("upsample_linear1d_backward_out_xpu");

int output_width = output_size[0];
int input_width = input_size[2];
Expand Down

0 comments on commit b8417e1

Please sign in to comment.