diff --git a/projects/rocprofiler-systems/source/lib/core/gpu.cpp b/projects/rocprofiler-systems/source/lib/core/gpu.cpp index ffd848a7bb..d56dc7bbdf 100644 --- a/projects/rocprofiler-systems/source/lib/core/gpu.cpp +++ b/projects/rocprofiler-systems/source/lib/core/gpu.cpp @@ -51,17 +51,6 @@ #if OMNITRACE_USE_HIP > 0 # include -static_assert(OMNITRACE_HIP_VERSION_MAJOR == HIP_VERSION_MAJOR, - "OMNITRACE_HIP_VERSION_MAJOR (detected by cmake) != HIP_VERSION_MAJOR " - "(from )"); - -# if OMNITRACE_HIP_VERSION_MAJOR >= 5 -// HIP versions 4.x and older have unreliable values for HIP_VERSION_MINOR -static_assert(OMNITRACE_HIP_VERSION_MINOR == HIP_VERSION_MINOR, - "OMNITRACE_HIP_VERSION_MINOR (detected by cmake) != HIP_VERSION_MINOR " - "(from )"); -# endif - # if !defined(OMNITRACE_HIP_RUNTIME_CALL) # define OMNITRACE_HIP_RUNTIME_CALL(err) \ { \