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:
committet von
GitHub
Ursprung
5f4e0dc889
Commit
07a7b9b845
@@ -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();
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren