[all-commits] [llvm/llvm-project] ac71b1: [offload] Remove LIBOMPTARGET_SHARED_MEMORY_SIZE e...
Kevin Sala Penades via All-commits
all-commits at lists.llvm.org
Thu Mar 12 21:21:51 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac71b185c2fd6b23e107a29f630d3a927ab6b3b0
https://github.com/llvm/llvm-project/commit/ac71b185c2fd6b23e107a29f630d3a927ab6b3b0
Author: Kevin Sala Penades <salapenades1 at llnl.gov>
Date: 2026-03-12 (Thu, 12 Mar 2026)
Changed paths:
M offload/libomptarget/OffloadRTL.cpp
M offload/libomptarget/device.cpp
M offload/plugins-nextgen/amdgpu/src/rtl.cpp
M offload/plugins-nextgen/common/include/PluginInterface.h
M offload/plugins-nextgen/common/src/PluginInterface.cpp
M offload/plugins-nextgen/cuda/src/rtl.cpp
R offload/test/api/omp_dynamic_shared_memory.c
R offload/test/api/omp_dynamic_shared_memory_amdgpu.c
M openmp/docs/design/Runtimes.rst
Log Message:
-----------
[offload] Remove LIBOMPTARGET_SHARED_MEMORY_SIZE envar (#186231)
This commit removes the `LIBOMPTARGET_SHARED_MEMORY_SIZE` envar and
outputs a runtime warning if it is defined. Access to dynamic shared memory
should be obtained through the `dyn_groupprivate` clause (OpenMP 6.1) or
the launch arguments in liboffload kernel launch.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list