Use rocprofiler-SDK for OMPT tracing (#702)

Switch to using SDK for OMPT tracing and remove older OMPT code path
Dieser Commit ist enthalten in:
Kian Cossettini
2025-08-26 16:54:01 -04:00
committet von GitHub
Ursprung 5f4e0dc889
Commit 07a7b9b845
16 geänderte Dateien mit 294 neuen und 682 gelöschten Zeilen
@@ -140,6 +140,12 @@ run_impl()
int
run()
{
#if _OPENMP == 202011
std::cout << "Compiler OpenMP version == 202011" << std::endl;
#elif _OPENMP == 201811
std::cout << "Compiler OpenMP version == 201811" << std::endl;
#endif
#pragma omp parallel
{
run_impl();