We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f593ec9 commit 119d154Copy full SHA for 119d154
dipu/scripts/autogen_diopi_wrapper/diopi_functions.yaml
@@ -84,7 +84,7 @@
84
- schema: "sub.Tensor(Tensor self, Tensor other, *, Scalar alpha=1) -> Tensor"
85
ins: [selfTmp]
86
custom_code_at_the_beginning: |
87
- at::native::sub_check(self, other);
+ // at::native::sub_check(self, other);
88
89
if (is_scalar_on_cpu(other)) {
90
return dipu_sub_scalar(self, other.item(), alpha);
0 commit comments