[llvm] [offload] support arbitrary memoryFill pattern sizes in L0 plugin (PR #209724)

Alex Duran via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 03:54:54 PDT 2026


================
@@ -58,6 +62,107 @@ Error L0QueueTy::dispatchLaunchKernel(ze_kernel_handle_t Kernel,
                                      KEnv.IsCooperative);
 }
 
+static bool allBytesEqual(const unsigned char *buf, size_t size) {
----------------
adurang wrote:

 arg names should be Buf and Size

https://github.com/llvm/llvm-project/pull/209724


More information about the llvm-commits mailing list