Skip to content

Commit

Permalink
fix no need fallback function register
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoguochun1995 committed Oct 31, 2023
1 parent 2dab8b3 commit 4b1301d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dipu/torch_dipu/csrc_dipu/aten/RegisterDIPU.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ namespace at {
DIPU_REGISTER_LOG("force fallback has been set, "); \
} \
DIPU_REGISTER_LOG(opname << " will be fallback to cpu" << std::endl); \
m.impl(opname, torch::CppFunction::makeFromBoxedFunction<&dipu_fallback>()); \
} \
} while (false);

Expand Down

0 comments on commit 4b1301d

Please sign in to comment.