[llvm] WIP: [Offload] Add testing for Offload program and kernel related entry points (PR #127803)
Callum Fare via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 21 05:14:08 PST 2025
================
@@ -104,3 +104,15 @@ def : Function {
Return<"OL_ERRC_INVALID_DEVICE">
];
}
+
+def : Function {
+ let name = "olGetHostDevice";
----------------
callumfare wrote:
I'm a little wary of having a device discovered the regular way that a user can't actually enqueue work on (hopefully it will be usable that way, but as you've suggested in other comments the host plugin needs a bit of work).
But having the user check the device type to find the host device isn't too onerous so I can make this change.
https://github.com/llvm/llvm-project/pull/127803
More information about the llvm-commits
mailing list