[llvm] [offload] allow h2h olMemcpy with a queue (PR #212757)
Ćukasz Plewa via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 30 08:06:24 PDT 2026
================
@@ -191,7 +191,7 @@ def olMemcpy : Function {
let desc = "Enqueue a memcpy operation.";
let details = [
"For host pointers, use the host device belonging to the OL_PLATFORM_BACKEND_HOST platform.",
- "If a queue is specified, at least one device must be a non-host device",
----------------
lplewa wrote:
we lost information that we cannot do device to device cpy
https://github.com/llvm/llvm-project/pull/212757
More information about the llvm-commits
mailing list