[llvm] [AMDGPU][Offload] Enable memory manager use for up to ~3GB allocation size in omp_target_alloc (PR #151882)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 6 10:34:48 PDT 2025
jhuber6 wrote:
> > I'm wondering if it wouldn't be better to just expose the device's memory size and have the MemoryManager use that internally when configuring this.
>
> What threshold to set at what memory capacity, by default, is inherently device dependent.
I thought the memory manager already took the device into account.
https://github.com/llvm/llvm-project/pull/151882
More information about the llvm-commits
mailing list