[all-commits] [llvm/llvm-project] 8c73be: [OpenMP] Limit number of dispatch buffers

Jonathan Peyton via All-commits all-commits at lists.llvm.org
Mon Feb 22 11:15:07 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8c73be9d86758beae1cda30f9eba2e92023d6c60
      https://github.com/llvm/llvm-project/commit/8c73be9d86758beae1cda30f9eba2e92023d6c60
  Author: Peyton, Jonathan L <jonathan.l.peyton at intel.com>
  Date:   2021-02-22 (Mon, 22 Feb 2021)

  Changed paths:
    M openmp/runtime/src/kmp.h
    M openmp/runtime/src/kmp_csupport.cpp
    M openmp/runtime/src/kmp_ftn_entry.h
    M openmp/runtime/src/kmp_settings.cpp
    A openmp/runtime/test/env/kmp_dispatch_buf_range.c

  Log Message:
  -----------
  [OpenMP] Limit number of dispatch buffers

This patch limits the number of dispatch buffers (used for
loop worksharing construct) to between 1 and 4096.

Differential Revision: https://reviews.llvm.org/D96749




More information about the All-commits mailing list