Skip to content
This repository was archived by the owner on Jan 26, 2024. It is now read-only.
Open
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
4 changes: 3 additions & 1 deletion hip-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ if(HIP_RUNTIME MATCHES "rocclr")
)

get_target_property(amdhip64_type hip::amdhip64 TYPE)
message(STATUS "hip::amdhip64 is ${amdhip64_type}")
if(HIP_FIND_REQUIRED)
message(STATUS "hip::amdhip64 is ${amdhip64_type}")
endif()

if(NOT WIN32)
set_target_properties(hip::device PROPERTIES
Expand Down