[OpenMP] Fixing typo on memory size in Documenation
authorJoseph Huber <jhuber6@vols.utk.edu>
Wed, 23 Dec 2020 16:45:46 +0000 (11:45 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Wed, 23 Dec 2020 16:46:26 +0000 (11:46 -0500)
openmp/docs/design/Runtimes.rst

index 2e5f2bf..c9f3a55 100644 (file)
@@ -60,7 +60,7 @@ LIBOMPTARGET_MEMORY_MANAGER_THRESHOLD
 ``LIBOMPTARGET_MEMORY_MANAGER_THRESHOLD`` sets the threshold size for which the
 ``libomptarget`` memory manager will handle the allocation. Any allocations
 larger than this threshold will not use the memory manager and be freed after
-the device kernel exits The default threshold value is ``8Kb``. If
+the device kernel exits. The default threshold value is ``8KB``. If
 ``LIBOMPTARGET_MEMORY_MANAGER_THRESHOLD`` is set to ``0`` the memory manager
 will be completely disabled.