[llvm] [Offload] Implement the remaining initial Offload API (PR #122106)

Callum Fare via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 8 09:18:40 PDT 2025


================
@@ -104,3 +104,15 @@ def : Function {
     Return<"OL_ERRC_INVALID_DEVICE">
   ];
 }
+
+def : Function {
+  let name = "olGetHostDevice";
----------------
callumfare wrote:

I guess actually it's more general than just discovering devices but doing any operation on a number of devices.

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


More information about the llvm-commits mailing list