CMakeLists.txt 346 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
if(WITH_TESTING AND WITH_CINN)
  cc_test_old(
    test_graph_compiler_new_ir
    SRCS
    graph_compiler_new_ir_test.cc
    DEPS
    cinncore
    pd_dialect
    ir
    phi
    gtest
    glog)
  set_tests_properties(test_graph_compiler_new_ir PROPERTIES LABELS
                                                             "RUN_TYPE=CINN")
endif()