已合并
feat: 修改autofuse_headers #668
yelongjian创建于 6月5日
feat: 修改autofuse_headers #668
已合并
共 2 个文件变更+6-1
| @@ -50,7 +50,7 @@ if (NOT DEFINED CANN_3RD_LIB_PATH) | |||
| 50 | set(CANN_3RD_LIB_PATH ${CMAKE_CURRENT_SOURCE_DIR}/output/third_party) | 50 | set(CANN_3RD_LIB_PATH ${CMAKE_CURRENT_SOURCE_DIR}/output/third_party) |
| 51 | endif () | 51 | endif () |
| 52 | 52 | ||
| 53 | -include_directories(${CODE_ROOT_DIR}/autofuse/cmake/autofuse_headers.cmake) | 53 | +include(${CODE_ROOT_DIR}/cmake/autofuse_headers.cmake) |
| 54 | include_directories(${GE_METADEF_DIR}/third_party/transformer/inc) | 54 | include_directories(${GE_METADEF_DIR}/third_party/transformer/inc) |
| 55 | include_directories(${GE_METADEF_INC_DIR}) | 55 | include_directories(${GE_METADEF_INC_DIR}) |
| 56 | include_directories(${GE_METADEF_INC_DIR}/common) | 56 | include_directories(${GE_METADEF_INC_DIR}/common) |
| @@ -12,7 +12,12 @@ add_library(autofuse_headers INTERFACE) | |||
| 12 | target_include_directories(autofuse_headers INTERFACE | 12 | target_include_directories(autofuse_headers INTERFACE |
| 13 | $<BUILD_INTERFACE:${AUTOFUSE_DIR}> | 13 | $<BUILD_INTERFACE:${AUTOFUSE_DIR}> |
| 14 | $<BUILD_INTERFACE:${AUTOFUSE_DIR}/inc> | 14 | $<BUILD_INTERFACE:${AUTOFUSE_DIR}/inc> |
| 15 | + $<BUILD_INTERFACE:${AUTOFUSE_DIR}/att> | ||
| 16 | + $<BUILD_INTERFACE:${AUTOFUSE_DIR}/common> | ||
| 17 | + $<BUILD_INTERFACE:${AUTOFUSE_DIR}/ascir/meta> | ||
| 15 | $<BUILD_INTERFACE:${AUTOFUSE_DIR}/autofuse> | 18 | $<BUILD_INTERFACE:${AUTOFUSE_DIR}/autofuse> |
| 16 | $<BUILD_INTERFACE:${AUTOFUSE_DIR}/autofuse/utils> | 19 | $<BUILD_INTERFACE:${AUTOFUSE_DIR}/autofuse/utils> |
| 20 | + $<BUILD_INTERFACE:${AUTOFUSE_DIR}/inc/graph_metadef> | ||
| 21 | + $<BUILD_INTERFACE:${AUTOFUSE_DIR}/inc/graph_metadef/graph> | ||
| 17 | $<BUILD_INTERFACE:${AUTOFUSE_DIR}/inc/graph_metadef/graph/ascendc_ir/ascendc_ir_core> | 22 | $<BUILD_INTERFACE:${AUTOFUSE_DIR}/inc/graph_metadef/graph/ascendc_ir/ascendc_ir_core> |
| 18 | ) | 23 | ) |