[all-commits] [llvm/llvm-project] 4692bb: [OpenMP] Add lower and upper bound in num_teams cl...
nawrinsu via All-commits
all-commits at lists.llvm.org
Wed Feb 10 11:59:32 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4692bb4a8a6f78ee166ac8d2b1ec9082bd6e2be5
https://github.com/llvm/llvm-project/commit/4692bb4a8a6f78ee166ac8d2b1ec9082bd6e2be5
Author: Nawrin Sultana <nawrin.sultana at intel.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M openmp/runtime/src/dllexports
M openmp/runtime/src/i18n/en_US.txt
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_csupport.cpp
M openmp/runtime/src/kmp_runtime.cpp
A openmp/runtime/test/teams/kmp_num_teams.c
Log Message:
-----------
[OpenMP] Add lower and upper bound in num_teams clause
This patch adds lower-bound and upper-bound to num_teams clause
according to OpenMP 5.1 specification. The initial number of teams
created is implementation defined, but it will be greater than or
equal to lower-bound and less than or equal to upper-bound. If
num_teams clause is not specified, the number of teams created is
implementation defined, but it will be greater or equal to 1.
Differential Revision: https://reviews.llvm.org/D95820
More information about the All-commits
mailing list