Skip to content

Commit

Permalink
Merge pull request #382 from DeepLink-org/zgc/dipu_enhance_fallback
Browse files Browse the repository at this point in the history
fix no need fallback function register
  • Loading branch information
caikun-pjlab authored Nov 1, 2023
2 parents 292789e + 4b1301d commit 7788053
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 7788053

Please sign in to comment.