[all-commits] [llvm/llvm-project] 54e96f: [mlir][GPUDialect] Implement memory attributions f...

xblang-project via All-commits all-commits at lists.llvm.org
Wed Apr 26 15:55:30 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 54e96f4f975ec05f44d998cd13032b1b55dad8ea
      https://github.com/llvm/llvm-project/commit/54e96f4f975ec05f44d998cd13032b1b55dad8ea
  Author: Fabian Mora <fmorac at udel.edu>
  Date:   2023-04-26 (Wed, 26 Apr 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
    M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
    M mlir/lib/Dialect/GPU/Transforms/KernelOutlining.cpp
    M mlir/test/Dialect/GPU/outlining.mlir

  Log Message:
  -----------
  [mlir][GPUDialect] Implement memory attributions for LaunchOp

Currently memory attributions are not supported for gpu::LaunchOp, this patch implements memory attributions for gpu::LaunchOp and modifies the KernelOutlining pass to make the attributions available in GPUFuncOp.

Reviewed By: makslevental

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




More information about the All-commits mailing list