[all-commits] [llvm/llvm-project] 149dc9: [mlir] fix the types used during the generation of...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Wed Oct 7 07:26:16 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 149dc94c1d52c5f78e2aadb57a72dd437fe55aa1
      https://github.com/llvm/llvm-project/commit/149dc94c1d52c5f78e2aadb57a72dd437fe55aa1
  Author: Tobias Gysi <tobias.gysi at gmail.com>
  Date:   2020-10-07 (Wed, 07 Oct 2020)

  Changed paths:
    M mlir/lib/Conversion/GPUCommon/ConvertLaunchFuncToRuntimeCalls.cpp

  Log Message:
  -----------
  [mlir] fix the types used during the generation of the kernel param array

The patch fixes the types used to access the elements of the kernel parameter structure from a pointer to the structure to a pointer to the actual parameter type.

Reviewed By: csigg

Differential Revision: https://reviews.llvm.org/D88959




More information about the All-commits mailing list