!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:
i-robot 2023-03-06 09:34:16 +00:00 committed by Gitee
commit 9626e351cf
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 1 deletions

View File

@ -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") \