Skip to content

Commit 1454088

Browse files
author
haozhe.zhu
committed
revert dil copy
1 parent e68a649 commit 1454088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/cpu/gen-dense-cpu-ops.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@
7575
'aten::_unsafe_view(Tensor self, int[] size) -> Tensor',
7676
'aten::native_layer_norm(Tensor input, Tensor? weight, Tensor? bias, int M, int N, float eps) -> (Tensor, Tensor, Tensor)',
7777
'aten::native_layer_norm_backward(Tensor grad_out, Tensor input, Tensor mean, Tensor rstd, Tensor? weight, int M, int N, bool[3] output_mask) -> (Tensor, Tensor, Tensor)',
78-
'aten::copy_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!)',
78+
# 'aten::copy_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!)',
7979
]
8080

8181
_FN_IPEX_FUNCS_WITH_SIMPLE_ATEN_SIG = [
8282
'aten::index_select(Tensor self, int dim, Tensor index) -> Tensor',
83-
'aten::copy_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!)',
83+
# 'aten::copy_(Tensor(a!) self, Tensor src, bool non_blocking=False) -> Tensor(a!)',
8484
]
8585

8686
_SHALLOW_FALLBACK_TO_CPU_TENSOR_LIST = 'shallowFallbackToCPUTensorList'

0 commit comments

Comments
 (0)