Searched defs:num_teams (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/openmp/libomptarget/test/offloading/ |
| H A D | looptripcnt.c | 13 int num_teams[NN]; in main() local
|
| /llvm-project-15.0.7/flang/test/Semantics/OpenMP/ |
| H A D | omp-symbol08.f90 | 115 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 D | Parallelism.cpp | 282 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 D | kmp_runtime.cpp | 2835 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 D | kmp_ftn_entry.h | 1461 void FTN_STDCALL FTN_SET_NUM_TEAMS(int KMP_DEREF num_teams) { in FTN_SET_NUM_TEAMS()
|
| H A D | kmp_csupport.cpp | 345 kmp_int32 num_teams, kmp_int32 num_threads) { in __kmpc_push_num_teams()
|