[Openmp-commits] [openmp] [OpenMP] Add Environment Variable to disable Reuse of Blocks for High Loop Trip Counts (PR #89239)
    Tim Gymnich via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Fri Apr 19 09:38:59 PDT 2024
    
    
  
================
@@ -904,6 +910,9 @@ struct GenericDeviceTy : public DeviceAllocatorTy {
   UInt32Envar OMPX_MinThreadsForLowTripCount =
       UInt32Envar("LIBOMPTARGET_MIN_THREADS_FOR_LOW_TRIP_COUNT", 32);
 
+  BoolEnvar OMPX__ReuseBlocksForHighTripCount =
----------------
tgymnich wrote:
fixed
https://github.com/llvm/llvm-project/pull/89239
    
    
More information about the Openmp-commits
mailing list