Skip to content

Commit

Permalink
Fix sampling bug in RoiAlign
Browse files Browse the repository at this point in the history
  • Loading branch information
leizhenyuan committed Jan 17, 2025
1 parent 0274bf9 commit 8a8ee8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ATen/native/xpu/sycl/RoiAlignKernels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ struct RoiAlignForwardKernel {
width_(width),
pooled_height_(pooled_height),
pooled_width_(pooled_width),
sampling_ratio_(sampling_ratio),
aligned_(aligned),
rois_(rois),
output_(output) {}
Expand Down

0 comments on commit 8a8ee8f

Please sign in to comment.