[all-commits] [llvm/llvm-project] 08b63d: [MLIR][GPU] Add GPU launch op support for dynamic ...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Fri Oct 1 04:21:22 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 08b63db8bb3ea847543351e1268be31ea327ad6b
      https://github.com/llvm/llvm-project/commit/08b63db8bb3ea847543351e1268be31ea327ad6b
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2021-10-01 (Fri, 01 Oct 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/GPU/GPUOps.td
    M mlir/lib/Conversion/GPUCommon/GPUToLLVMConversion.cpp
    M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
    M mlir/lib/Dialect/GPU/Transforms/KernelOutlining.cpp
    M mlir/test/Conversion/GPUCommon/lower-launch-func-to-gpu-runtime-calls.mlir
    M mlir/test/Conversion/GPUToSPIRV/builtins.mlir
    M mlir/test/Dialect/GPU/invalid.mlir
    M mlir/test/Dialect/GPU/ops.mlir

  Log Message:
  -----------
  [MLIR][GPU] Add GPU launch op support for dynamic shared memory

Add support for dynamic shared memory for GPU launch ops: add an
optional operand to gpu.launch and gpu.launch_func ops to specify the
amount of "dynamic" shared memory to use. Update lowerings to connect
this operand to the GPU runtime.

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




More information about the All-commits mailing list