Skip to content
This repository has been archived by the owner on Dec 24, 2024. It is now read-only.

Restore previous shared/static behavior #22

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rocrtst/suites/aie/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
find_package(hsa-runtime64 CONFIG REQUIRED NAMES hsa_runtime64 hsa-runtime64)
message(STATUS "using hsa-runtime64 @ ${hsa-runtime64_CONFIG}")

# smoke test
add_executable(aie_hsa_bare_add_one aie_hsa_bare_add_one.cc)
Expand Down
Loading