[all-commits] [llvm/llvm-project] 540007: [OpenMP] Add strict mode in num_tasks and grainsize
nawrinsu via All-commits
all-commits at lists.llvm.org
Wed Dec 9 14:47:25 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 540007b42701b5ac9adba076824bfd648a265413
https://github.com/llvm/llvm-project/commit/540007b42701b5ac9adba076824bfd648a265413
Author: Nawrin Sultana <nawrin.sultana at intel.com>
Date: 2020-12-09 (Wed, 09 Dec 2020)
Changed paths:
M openmp/runtime/src/dllexports
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_tasking.cpp
A openmp/runtime/test/tasking/kmp_taskloop_5.c
Log Message:
-----------
[OpenMP] Add strict mode in num_tasks and grainsize
This patch adds new API __kmpc_taskloop_5 to accomadate strict
modifier (introduced in OpenMP 5.1) in num_tasks and grainsize
clause.
Differential Revision: https://reviews.llvm.org/D92352
More information about the All-commits
mailing list