[Openmp-commits] [openmp] [offload] Fix envar description in docs (PR #193642)

Kevin Sala Penades via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 22 18:52:50 PDT 2026


https://github.com/kevinsala created https://github.com/llvm/llvm-project/pull/193642

None

>From db5cad0223613979e7c8f3abfe61c76f89198471 Mon Sep 17 00:00:00 2001
From: Kevin Sala <salapenades1 at llnl.gov>
Date: Wed, 22 Apr 2026 18:50:38 -0700
Subject: [PATCH] [offload] Fix envar description in docs

---
 openmp/docs/design/Runtimes.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/openmp/docs/design/Runtimes.rst b/openmp/docs/design/Runtimes.rst
index ab9484f9ad0a2..4578ee228edab 100644
--- a/openmp/docs/design/Runtimes.rst
+++ b/openmp/docs/design/Runtimes.rst
@@ -1188,10 +1188,10 @@ This environment variable determines if the stack traces of allocations and
 deallocations are tracked to aid in error reporting, e.g., in case of
 double-free.
 
-OFFLOAD_TRACK_KERNEL_LAUNCH_TRACES
-""""""""""""""""""""""""""""""""""
+OFFLOAD_TRACK_NUM_KERNEL_LAUNCH_TRACES
+""""""""""""""""""""""""""""""""""""""
 
-This environment variable determines how manytstack traces of kernel launches
+This environment variable determines how many stack traces of kernel launches
 are tracked to aid in error reporting, e.g., what asynchronous kernel failed.
 
 .. _libomptarget_plugin:



More information about the Openmp-commits mailing list