[CPU] Give different output name for dnnl (#19136)

* Give different output name for dnnl

* Apply suggestions from code review

added prefix to library name
This commit is contained in:
Ilya Lavrenov
2023-08-11 13:54:44 +04:00
committed by GitHub
parent cc5ab26a95
commit a251346031
+1
View File
@@ -36,6 +36,7 @@ function(ov_add_onednn)
# select needed primitives
set(DNNL_ENABLE_PRIMITIVE "CONVOLUTION;DECONVOLUTION;CONCAT;LRN;INNER_PRODUCT;MATMUL;POOLING;REDUCTION;REORDER;RNN;SOFTMAX" CACHE STRING "" FORCE)
set(DNNL_ENABLE_WORKLOAD "INFERENCE" CACHE STRING "" FORCE)
set(DNNL_LIBRARY_NAME "openvino_onednn_cpu" CACHE STRING "" FORCE)
# Allow to enable oneDNN verbose with CPU_DEBUG_CAPS and rely on oneDNN default configuration otherwise
if(ENABLE_CPU_DEBUG_CAPS)