[llvm] [offload] Add properties parameter to olLaunchKernel (PR #184343)

Kevin Sala Penades via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 17:51:18 PDT 2026


================
@@ -93,8 +56,8 @@ TEST_P(olLaunchKernelFooTest, Success) {
     void *Mem;
   } Args{Mem};
 
-  ASSERT_SUCCESS(
-      olLaunchKernel(Queue, Device, Kernel, &Args, sizeof(Args), &LaunchArgs));
+  ASSERT_SUCCESS(olLaunchKernel(Queue, Device, Kernel, &Args, sizeof(Args),
+                                &LaunchArgs, NULL));
----------------
kevinsala wrote:

nit: `nullptr`

please apply this change in the places were you have introduced `NULL`

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


More information about the llvm-commits mailing list