[Openmp-commits] [openmp] [OpenMP] Add skewed iteration distribution on hybrid systems (PR #69946)
Johannes Doerfert via Openmp-commits
openmp-commits at lists.llvm.org
Tue Oct 24 12:43:43 PDT 2023
================
@@ -90,6 +90,69 @@ static inline int __kmp_get_monotonicity(ident_t *loc, enum sched_type schedule,
return monotonicity;
}
+#if KMP_WEIGHTED_ITERATIONS_SUPPORTED
+static inline float __kmp_get_float_val(float num) {
----------------
jdoerfert wrote:
Add a comment, get_float_val float->float is really not explaining much
https://github.com/llvm/llvm-project/pull/69946
More information about the Openmp-commits
mailing list