Skip to content

Commit

Permalink
Postponed of tpp_xsmm_runner_utils load
Browse files Browse the repository at this point in the history
  • Loading branch information
slyalin committed Jul 22, 2024
1 parent 3f0b845 commit 757667d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cmake/tpp-mlir.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ if (TPP_MLIR_DIR)
function(add_tpp_mlir_libs target)
target_link_directories(${target} PRIVATE ${TPP_MLIR_DIR}/lib)
target_link_libraries(${target} PRIVATE ${TPP_MLIR_LIBS})
target_link_options(${target} PRIVATE
-Wl,--no-as-needed
-L${TPP_MLIR_DIR}/lib
-ltpp_xsmm_runner_utils
-Wl,--as-needed
)
endfunction()
else()
function(add_tpp_mlir_includes target)
Expand Down

0 comments on commit 757667d

Please sign in to comment.