[all-commits] [llvm/llvm-project] 772fb9: [OpenMP] Ignore schedule modifier in static schedu...
Hansang Bae via All-commits
all-commits at lists.llvm.org
Mon Oct 3 06:40:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 772fb97c0b9bbc5fff2f5a2d45f959a66d5e5b6e
https://github.com/llvm/llvm-project/commit/772fb97c0b9bbc5fff2f5a2d45f959a66d5e5b6e
Author: Hansang Bae <hansang.bae at intel.com>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
M openmp/runtime/src/kmp_sched.cpp
Log Message:
-----------
[OpenMP] Ignore schedule modifier in static scheduling
The modifier bits in the schedule type is not used/supported in the
static scheduler, so it should be ignored.
Differential Revision: https://reviews.llvm.org/D134983
More information about the All-commits
mailing list