[llvm] [AMDGPU] Add dynamic LDS size implicit kernel argument to CO-v5 (PR #65273)
Saiyedul Islam via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 4 11:50:23 PDT 2023
https://github.com/saiislam requested changes to this pull request.
Can you please add this kernarg in OpenMP AMDPGU plugin as well?
See [assignment of kernargs before kernel launch, groupsegmentsize might refer to the LDS size](https://github.com/llvm/llvm-project/blob/8dc789a22666f9b9fdde54fda23c9332dbc1db9b/openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp#L3007) and [ImplictArgs struct definition](https://github.com/llvm/llvm-project/blob/8dc789a22666f9b9fdde54fda23c9332dbc1db9b/openmp/libomptarget/plugins-nextgen/amdgpu/utils/UtilitiesRTL.h#L37)
https://github.com/llvm/llvm-project/pull/65273
More information about the llvm-commits
mailing list