CMakeLists.txt 129 字节
Newer Older
1 2 3 4 5
core_gather_headers()

gather_srcs(infrt_src SRCS
    pd_ops.cc
    )
6 7
add_mlir_dialect(pd_ops pd)
mlir_tablegen_on(pd_extra_ops)