[Openmp-commits] [openmp] [OpenMP] Add skewed iteration distribution on hybrid systems (PR #69946)

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Wed Oct 25 15:37:39 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) {
----------------
jpeyton52 wrote:

Added comment, and changed function name for clarity.

https://github.com/llvm/llvm-project/pull/69946


More information about the Openmp-commits mailing list