Skip to content

Commit

Permalink
Drop CPU fallback for aten::norm.out and aten::nextafter.out
Browse files Browse the repository at this point in the history
Fixes: #640
Fixes: 6eca394 ("Add aten::nextafter and its variants")
Signed-off-by: Dmitry Rogozhkin <[email protected]>
  • Loading branch information
dvrogozh committed Jul 23, 2024
1 parent 5f4970b commit d96100c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ATen/native/xpu/XPUFallback.template
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,6 @@ TORCH_LIBRARY_IMPL(aten, XPU, m) {
"nanmedian",
"nanmedian.dim_values",
"nansum",
"norm.out",
"nextafter.out",
"ormqr",
"_pdist_backward",
"_pdist_forward",
Expand Down

0 comments on commit d96100c

Please sign in to comment.