[llvm] [Offload] Implement the remaining initial Offload API (PR #122106)
Joseph Huber via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 09:02:16 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:
Does the queue know which device it corresponds to? I figured we'd just have a single `olMemcpy` that just copies between two devices. Let the runtime figure out what to do with it.
https://github.com/llvm/llvm-project/pull/122106
More information about the llvm-commits
mailing list