================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits