[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user