Skip to content
Snippets Groups Projects
Commit 83a52901 authored by Hashim Sharif's avatar Hashim Sharif
Browse files

Adding necessary OpenMP link fag to Cmake (CPU tensor Rt)

parent 78fca33e
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ add_dependencies(tensor_runtime_online tensor_runtime) ...@@ -104,7 +104,7 @@ add_dependencies(tensor_runtime_online tensor_runtime)
# Adding rule for the debugging source # Adding rule for the debugging source
add_executable(unit_tests dnn_sources/src/unit_tests.cc) add_executable(unit_tests dnn_sources/src/unit_tests.cc)
target_link_libraries(unit_tests tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB}) target_link_libraries(unit_tests tensor_runtime_online ${GPU_PROFILER_LIB} ${SOC_SIMULATOR_LIB} ${OpenMP_CXX_FLAGS})
# -- Compile tensor_runtime.ll if possible # -- Compile tensor_runtime.ll if possible
if(INDEP_BUILD) if(INDEP_BUILD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment