Home
last modified time | relevance | path

Searched defs:num_teams (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/openmp/libomptarget/test/offloading/
H A Dlooptripcnt.c13 int num_teams[NN]; in main() local
/llvm-project-15.0.7/flang/test/Semantics/OpenMP/
H A Domp-symbol08.f90115 subroutine dotprod (b, c, n, block_size, num_teams, block_threads) argument
129 integer block_size, num_teams, block_threads, i, i0 local
/llvm-project-15.0.7/openmp/libomptarget/DeviceRTL/src/
H A DParallelism.cpp282 void __kmpc_push_num_teams(IdentTy *loc, int32_t tid, int32_t num_teams, in __kmpc_push_num_teams()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_runtime.cpp2835 void __kmp_set_num_teams(int num_teams) { in __kmp_set_num_teams()
7702 static void __kmp_push_thread_limit(kmp_info_t *thr, int num_teams, in __kmp_push_thread_limit()
7767 void __kmp_push_num_teams(ident_t *id, int gtid, int num_teams, in __kmp_push_num_teams()
7814 int num_teams = 1; // defalt number of teams is 1. in __kmp_push_num_teams_51() local
H A Dkmp_ftn_entry.h1461 void FTN_STDCALL FTN_SET_NUM_TEAMS(int KMP_DEREF num_teams) { in FTN_SET_NUM_TEAMS()
H A Dkmp_csupport.cpp345 kmp_int32 num_teams, kmp_int32 num_threads) { in __kmpc_push_num_teams()