[all-commits] [llvm/llvm-project] 18cc07: [MLIR][GPU] Add 16-bit version of cudaMemset in cu...

Navdeep Katel via All-commits all-commits at lists.llvm.org
Thu Jun 8 05:05:54 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 18cc07aa07f6784cc59a4b4cfe33522867805586
      https://github.com/llvm/llvm-project/commit/18cc07aa07f6784cc59a4b4cfe33522867805586
  Author: Navdeep Katel <navdeep at polymagelabs.com>
  Date:   2023-06-08 (Thu, 08 Jun 2023)

  Changed paths:
    M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
    M mlir/lib/ExecutionEngine/CudaRuntimeWrappers.cpp
    M mlir/test/Conversion/GPUCommon/typed-pointers.mlir

  Log Message:
  -----------
  [MLIR][GPU] Add 16-bit version of cudaMemset in cudaRuntimeWrappers

Add 16-bit version of cudaMemset in cudaRuntimeWrappers and update the GPU to LLVM lowering.

Reviewed By: bondhugula

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




More information about the All-commits mailing list