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) diff --git a/tests/bin/CMakeLists.txt b/tests/bin/CMakeLists.txt index a56dfa01bf..9cd3b0ec00 100644 --- a/tests/bin/CMakeLists.txt +++ b/tests/bin/CMakeLists.txt @@ -39,5 +39,4 @@ if(rocJPEG_FOUND AND rocJPEG_VERSION VERSION_GREATER 0.6.0) endif() add_subdirectory(hsa-code-object) add_subdirectory(hip-streams) -add_subdirectory(hip-streams-per-thread) add_subdirectory(attachment-test) diff --git a/tests/rocprofv3/CMakeLists.txt b/tests/rocprofv3/CMakeLists.txt index 2174ed6d89..fb2f62f9d5 100644 --- a/tests/rocprofv3/CMakeLists.txt +++ b/tests/rocprofv3/CMakeLists.txt @@ -46,5 +46,4 @@ add_subdirectory(minimum-bytes) add_subdirectory(conversion-script) add_subdirectory(python-bindings) add_subdirectory(rocpd) -add_subdirectory(rocpd-kernel-rename) add_subdirectory(attachment)