hanchenye-llvm-project/openmp/docs/design
Joseph Huber 3817ba13ae [OpenMP] Add environment variables to change stack / heap size in the CUDA plugin
This patch adds support for two environment variables to configure the device.
``LIBOMPTARGET_STACK_SIZE`` sets the amount of memory in bytes that each thread
has for its stack. ``LIBOMPTARGET_HEAP_SIZE`` sets the amount of heap memory
that can be allocated using malloc / free on the device.

Reviewed By: jdoerfert

Differential Revision: https://reviews.llvm.org/D106627
2021-07-22 21:40:02 -04:00
..
GPUGenericMode.rst
GPUSPMDMode.rst
Offloading.rst
Overview.rst
Runtimes.rst [OpenMP] Add environment variables to change stack / heap size in the CUDA plugin 2021-07-22 21:40:02 -04:00