[SDK] Update HIP support for ROCm 7.0 (#413)

* Update HIP VERSION to 7.0.0, HIP_RUNTIME_API_TABLE_STEP_VERSION to 13

* Changed rocprofiler_config_interfaces.cmake to check version after finding package

* Update cmake/rocprofiler_config_interfaces.cmake

---------

Co-authored-by: Madsen, Jonathan <Jonathan.Madsen@amd.com>

[ROCm/rocprofiler-sdk commit: b90ef494dd]
此提交包含在:
Trowbridge, Ian
2025-05-27 13:14:08 -05:00
提交者 GitHub
父節點 3f47d1fffa
當前提交 6efbc492f1
共有 6 個檔案被更改,包括 176 行新增1 行删除
+5 -1
查看文件
@@ -117,7 +117,6 @@ endif()
find_package(
hip
6.2
REQUIRED
CONFIG
HINTS
@@ -126,6 +125,11 @@ find_package(
PATHS
${rocm_version_DIR}
${ROCM_PATH})
if(hip_VERSION VERSION_LESS "6.2")
message(FATAL_ERROR "HIP version is ${hip_VERSION}, requires at least 6.2")
endif()
target_link_libraries(rocprofiler-sdk-hip INTERFACE hip::host)
rocprofiler_config_nolink_target(rocprofiler-sdk-hip-nolink hip::host)