[llvm] [offload] support arbitrary memoryFill pattern sizes in L0 plugin (PR #209724)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 16 02:42:39 PDT 2026
Jan =?utf-8?q?Trusiłło?= <jan.trusillo at intel.com>,
Jan =?utf-8?q?Trusiłło?= <jan.trusillo at intel.com>,
Jan =?utf-8?q?Trusiłło?= <jan.trusillo at intel.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/209724 at github.com>
================
@@ -58,6 +62,107 @@ Error L0QueueTy::dispatchLaunchKernel(ze_kernel_handle_t Kernel,
KEnv.IsCooperative);
}
+static bool allBytesEqual(const unsigned char *buf, size_t size) {
----------------
311Volt wrote:
Done
https://github.com/llvm/llvm-project/pull/209724
More information about the llvm-commits
mailing list