[clang] [flang] [llvm] [openmp] [OpenMP][Offload] Add offload runtime support for dyn_groupprivate clause (PR #152831)
Alex Duran via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 11 04:55:02 PST 2025
================
@@ -1982,6 +2032,17 @@ void GenericPluginTy::print_device_info(int32_t DeviceId) {
toString(std::move(Err)).data());
}
+int64_t GenericPluginTy::query_device_info(int32_t DeviceId,
+ DeviceQueryKind Query) {
+ const GenericDeviceTy &Device = getDevice(DeviceId);
----------------
adurang wrote:
use obtainInfo?
https://github.com/llvm/llvm-project/pull/152831
More information about the cfe-commits
mailing list