diff options
Diffstat (limited to 'openmp')
| -rw-r--r-- | openmp/runtime/src/kmp_dispatch_hier.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/openmp/runtime/src/kmp_dispatch_hier.h b/openmp/runtime/src/kmp_dispatch_hier.h index 3f1cc617543..ce507c0a399 100644 --- a/openmp/runtime/src/kmp_dispatch_hier.h +++ b/openmp/runtime/src/kmp_dispatch_hier.h @@ -1,3 +1,15 @@ +/* + * kmp_dispatch_hier.h -- hierarchical scheduling methods and data structures + */ + +//===----------------------------------------------------------------------===// +// +// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. +// See https://llvm.org/LICENSE.txt for license information. +// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception +// +//===----------------------------------------------------------------------===// + #ifndef KMP_DISPATCH_HIER_H #define KMP_DISPATCH_HIER_H #include "kmp.h" |

