Skip to content

Commit 631501b

Browse files
committed
[OpenMP] Fixing typo on memory size in Documenation
1 parent 9d1140e commit 631501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmp/docs/design/Runtimes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ LIBOMPTARGET_MEMORY_MANAGER_THRESHOLD
6060
``LIBOMPTARGET_MEMORY_MANAGER_THRESHOLD`` sets the threshold size for which the
6161
``libomptarget`` memory manager will handle the allocation. Any allocations
6262
larger than this threshold will not use the memory manager and be freed after
63-
the device kernel exits The default threshold value is ``8Kb``. If
63+
the device kernel exits. The default threshold value is ``8KB``. If
6464
``LIBOMPTARGET_MEMORY_MANAGER_THRESHOLD`` is set to ``0`` the memory manager
6565
will be completely disabled.
6666

0 commit comments

Comments
 (0)