Use rocprofiler-SDK for OMPT tracing (#702)

Switch to using SDK for OMPT tracing and remove older OMPT code path
This commit is contained in:
Kian Cossettini
2025-08-26 16:54:01 -04:00
committato da GitHub
parent 5f4e0dc889
commit 07a7b9b845
16 ha cambiato i file con 294 aggiunte e 682 eliminazioni
@@ -1930,12 +1930,8 @@ get_use_vaapi_tracing()
bool
get_use_ompt()
{
#if defined(TIMEMORY_USE_OMPT)
static auto _v = get_config()->find("ROCPROFSYS_USE_OMPT");
return static_cast<tim::tsettings<bool>&>(*_v->second).get();
#else
return false;
#endif
}
bool