File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -64,15 +64,17 @@ target_include_directories(
64
64
65
65
set (xnn_executor_runner_libs ${_executor_runner_libs} xnnpack_schema )
66
66
67
- list (TRANSFORM _dynamic_quant_utils__srcs PREPEND "${EXECUTORCH_ROOT} /" )
68
- add_library (dynamic_quant_utils ${_dynamic_quant_utils__srcs} )
69
- set_target_properties (dynamic_quant_utils PROPERTIES LINKER_LANGUAGE CXX )
70
- target_include_directories (dynamic_quant_utils
67
+ list (TRANSFORM _xnnpack_dynamic_quant_utils__srcs PREPEND "${EXECUTORCH_ROOT} /" )
68
+ add_library (xnnpack_dynamic_quant_utils ${_xnnpack_dynamic_quant_utils__srcs} )
69
+ set_target_properties (xnnpack_dynamic_quant_utils PROPERTIES LINKER_LANGUAGE
70
+ CXX )
71
+ target_include_directories (xnnpack_dynamic_quant_utils
71
72
PUBLIC ${_common_include_directories} )
72
- target_compile_options (dynamic_quant_utils PUBLIC ${_common_compile_options} )
73
+ target_compile_options (xnnpack_dynamic_quant_utils
74
+ PUBLIC ${_common_compile_options} )
73
75
74
76
if (ENABLE_DYNAMIC_QUANTIZATION )
75
- list (APPEND xnn_executor_runner_libs dynamic_quant_utils )
77
+ list (APPEND xnn_executor_runner_libs xnnpack_dynamic_quant_utils )
76
78
endif ()
77
79
78
80
include (cmake/Dependencies.cmake )
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ deps = [
117
117
" executorch" ,
118
118
]
119
119
120
- [targets .dynamic_quant_utils ]
120
+ [targets .xnnpack_dynamic_quant_utils ]
121
121
buck_targets = [
122
122
" //backends/xnnpack:dynamic_quant_utils" ,
123
123
]
You can’t perform that action at this time.
0 commit comments