Skip to content

Commit

Permalink
Added xsmm runner libs copying to the target ov direcotry listing the…
Browse files Browse the repository at this point in the history
… names of libs explicitly (FIXME)
  • Loading branch information
slyalin committed Jul 23, 2024
1 parent 757667d commit f8312b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmake/tpp-mlir.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ if (TPP_MLIR_DIR)
-ltpp_xsmm_runner_utils
-Wl,--as-needed
)
#FIXME: Provide platform-independent way of doing that:
install(FILES ${TPP_MLIR_DIR}/lib/libtpp_xsmm_runner_utils.so ${TPP_MLIR_DIR}/lib/libtpp_xsmm_runner_utils.so.19.0git DESTINATION ${OV_CPACK_RUNTIMEDIR})
endfunction()
else()
function(add_tpp_mlir_includes target)
Expand Down

0 comments on commit f8312b5

Please sign in to comment.