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
committed by GitHub
parent 5f4e0dc889
commit 07a7b9b845
16 changed files with 294 additions and 682 deletions
@@ -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();