Skip to content

Commit

Permalink
[dipu] Fix copy_ fallback of topsrider. (DeepLink-org#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
yao-fengchen authored and ustclight-sls committed Dec 8, 2023
1 parent 6b29468 commit ea0d7a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dipu/scripts/autogen_diopi_wrapper/diopi_functions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2175,6 +2175,7 @@

# vendor who has no fully implemented diopi and proper fallback DIPUCopy sub-class
- schema: copy_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!)
custom_fallback: True
dummy_call_diopi: True
custom_code_at_the_beginning: |
return custom_fallback_dipu_copy_(self, src, non_blocking);
Expand Down

0 comments on commit ea0d7a5

Please sign in to comment.