Files
Smyth, Edward 23b48bb999 Enable support for OpenMP 2.5 and earlier
Add compatibility for OpenMP implementations (e.g., MSVC, older GCC)
that lack functions introduced in OpenMP 3.0 i.e. omp_get_active_level()
and omp_get_max_active_levels(). On these compilers, the tests instead
are based on the older omp_get_nested() functionality.

Thanks to @tony-davis for highlighting this issue.

AMD-Internal: [CPUPL-7303]
2026-03-06 09:34:17 +00:00
..
2023-11-23 08:54:31 -05:00