[llvm] [Offload] Add device UID (PR #164391)

Robert Imschweiler via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 24 09:54:19 PDT 2025


================
@@ -1290,6 +1310,14 @@ struct GenericPluginTy {
     return UserDeviceIds.at(DeviceId);
   }
 
+  /// Get the UID for the given device.
+  const char *getDeviceUid(int32_t DeviceId) const {
----------------
ro-i wrote:

Ok, I removed it again (I added it because of https://github.com/llvm/llvm-project/pull/164392#discussion_r2447984243)

https://github.com/llvm/llvm-project/pull/164391


More information about the llvm-commits mailing list