[clang] Enabling Intel GPU Integration. (PR #65539)

Mehdi Amini via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 6 16:57:58 PDT 2023


================
@@ -1158,7 +1178,7 @@ LogicalResult ConvertLaunchFuncOpToGpuRuntimeCallPattern::matchAndRewrite(
       {function.getResult(), adaptor.getGridSizeX(), adaptor.getGridSizeY(),
        adaptor.getGridSizeZ(), adaptor.getBlockSizeX(), adaptor.getBlockSizeY(),
        adaptor.getBlockSizeZ(), dynamicSharedMemorySize, stream, kernelParams,
-       /*extra=*/nullpointer});
+       /*extra=*/nullpointer, paramsCount});
----------------
joker-eph wrote:

I see a unit-test for this: but can you send everything related, but can you send everything related to paramsCount in a separate PR?

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


More information about the cfe-commits mailing list