From d2393c97f84d985c2a014b729fc38514f740c338 Mon Sep 17 00:00:00 2001 From: "Kandula, Venkateshwar reddy" Date: Fri, 11 Jul 2025 16:22:12 -0500 Subject: [PATCH] [CI] add hip api table version of 13 to enum string (#509) add hip table version to 13, API_ID_LAST is not changed from version=12 since no new struct has been added. Co-authored-by: Venkateshwar Reddy Kandula --- source/include/rocprofiler-sdk/cxx/enum_string.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/include/rocprofiler-sdk/cxx/enum_string.hpp b/source/include/rocprofiler-sdk/cxx/enum_string.hpp index 8cfc6f1fad..36989b6a85 100644 --- a/source/include/rocprofiler-sdk/cxx/enum_string.hpp +++ b/source/include/rocprofiler-sdk/cxx/enum_string.hpp @@ -980,6 +980,8 @@ static_assert(ROCPROFILER_HIP_RUNTIME_API_ID_LAST == 474); static_assert(ROCPROFILER_HIP_RUNTIME_API_ID_LAST == 476); #elif HIP_RUNTIME_API_TABLE_STEP_VERSION == 12 static_assert(ROCPROFILER_HIP_RUNTIME_API_ID_LAST == 477); +#elif HIP_RUNTIME_API_TABLE_STEP_VERSION == 13 +static_assert(ROCPROFILER_HIP_RUNTIME_API_ID_LAST == 477); #else # if !defined(ROCPROFILER_UNSAFE_NO_VERSION_CHECK) && \ (defined(ROCPROFILER_CI) && ROCPROFILER_CI > 0)