[llvm] [Offload] Implement the remaining initial Offload API (PR #122106)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 2 06:26:15 PDT 2025
================
@@ -104,3 +104,15 @@ def : Function {
Return<"OL_ERRC_INVALID_DEVICE">
];
}
+
+def : Function {
+ let name = "olGetHostDevice";
----------------
jhuber6 wrote:
In my mind, the platform is an implementation detail of the device. Something you can query, but the API just iterates over devices.
https://github.com/llvm/llvm-project/pull/122106
More information about the llvm-commits
mailing list