未验证 提交 c85a0c5c 编写于 作者: L lzydev 提交者: GitHub

[FIX BUG]Delete "USE_OP_ITSELF(equal_all);\n"in CMakeLists.txt (#52468)

* fix bug of redefine use_equal_all

* fix bug of redefine use_equal_all
上级 ecf586a5
......@@ -38,15 +38,9 @@ else()
target_link_libraries(conditional_block_infer_op conditional_block_op)
endif()
file(
APPEND ${pybind_file}
"USE_OP_ITSELF(less_than);\nUSE_OP_ITSELF(equal_all);\nUSE_NO_KERNEL_OP(read_from_array);\n"
)
file(APPEND ${pybind_file}
"USE_OP_ITSELF(less_than);\nUSE_NO_KERNEL_OP(read_from_array);\n")
file(
APPEND ${pybind_file}
"USE_OP_ITSELF(logical_and);\nUSE_OP_ITSELF(logical_or);\nUSE_OP_ITSELF(logical_xor);\nUSE_OP_ITSELF(logical_not);\n"
)
file(
APPEND ${pybind_file}
"USE_OP_ITSELF(bitwise_and);\nUSE_OP_ITSELF(bitwise_or);\nUSE_OP_ITSELF(bitwise_xor);\nUSE_OP_ITSELF(bitwise_not);\n"
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册