forked from mindspore-Ecosystem/mindspore
!49532 [op]remove check support for indexadd to fix bug for select ascend kernel
Merge pull request !49532 from xupan/indexadd_select
This commit is contained in:
commit
9626e351cf
|
@ -23,7 +23,6 @@ inplace_index_add_op_info = TBERegOp("InplaceIndexAdd") \
|
|||
.compute_cost(10) \
|
||||
.kernel_name("inplace_index_add") \
|
||||
.partial_flag(True) \
|
||||
.need_check_supported(True) \
|
||||
.dynamic_compile_static(True) \
|
||||
.dynamic_shape(True) \
|
||||
.attr("axis", "required", "int", "all") \
|
||||
|
|
Loading…
Reference in New Issue