Searched refs:__kmp_tile_depth (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp238 int __kmp_tile_depth = 0; variable
H A Dkmp_affinity.cpp369 if (__kmp_tile_depth > 0)
560 __kmp_tile_depth = depth; // tile consists of multiple cores
607 if (__kmp_tile_depth)
639 if (__kmp_tile_depth) {
644 NT = __kmp_hwloc_count_children_by_depth(tp, node, __kmp_tile_depth,
680 if (__kmp_tile_depth) {
685 NT = __kmp_hwloc_count_children_by_depth(tp, socket, __kmp_tile_depth,
770 if (__kmp_tile_depth) { // NUMA + tiles
776 if (__kmp_tile_depth) { // no NUMA, tiles
800 if (__kmp_tile_depth) { // NUM
[all...]
H A Dkmp.h618 extern int __kmp_tile_depth;

Completed in 84 milliseconds