[clang] [flang] [llvm] [openmp] [OpenMP][Offload] Add offload runtime support for dyn_groupprivate clause (PR #152831)
Alex Duran via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 11 04:55:01 PST 2025
================
@@ -371,3 +371,9 @@ bool DeviceTy::useAutoZeroCopy() {
bool DeviceTy::isAccessiblePtr(const void *Ptr, size_t Size) {
return RTL->is_accessible_ptr(RTLDeviceID, Ptr, Size);
}
+
+uint64_t DeviceTy::getMaxSharedTeamMemory() {
----------------
adurang wrote:
I'm not sure we need a new plugin API for this. I think we already have obtainInfo to get all these attributes from the device no?
https://github.com/llvm/llvm-project/pull/152831
More information about the llvm-commits
mailing list