CMakeLists.txt 169 字节
Newer Older
W
Wu Yi 已提交
1
include(operators)
2
register_operators(DEPS naive_executor)
W
Wu Yi 已提交
3 4

file(APPEND ${pybind_file} "USE_OP(less_than);\nUSE_OP(logical_and);\nUSE_NO_KERNEL_OP(read_from_array);\n")