[llvm] [Offload] Implement the remaining initial Offload API (PR #122106)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 10:08:05 PST 2025
================
@@ -16,8 +16,8 @@ def : Function {
let details = [];
let params = [
Param<"ol_queue_handle_t", "Queue", "handle of the queue", PARAM_IN>,
----------------
jhuber6 wrote:
The `host` would be a device, likely just a single device that's always available.
https://github.com/llvm/llvm-project/pull/122106
More information about the llvm-commits
mailing list