[PATCH] D134425: Create a AllocLikeOpInterface and make memref::AllocLikeOp and gpu::AllocOp implement it.

Arnab Dutta via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 22 04:28:52 PDT 2022


arnab-oss updated this revision to Diff 462132.
arnab-oss added a comment.
Herald added a subscriber: csigg.
Herald added a reviewer: herhut.
Herald added a reviewer: ThomasRaoux.

Make gpu.alloc op implement AllocLikeOpInterface


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134425/new/

https://reviews.llvm.org/D134425

Files:
  clang/docs/tools/clang-formatted-files.txt
  mlir/include/mlir/Dialect/GPU/IR/GPUDialect.h
  mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
  mlir/include/mlir/Dialect/MemRef/IR/MemRef.h
  mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
  mlir/include/mlir/Interfaces/CMakeLists.txt
  mlir/lib/Dialect/Affine/Utils/Utils.cpp
  mlir/lib/Dialect/Bufferization/Transforms/BufferDeallocation.cpp
  mlir/lib/Dialect/Linalg/Transforms/Vectorization.cpp
  mlir/lib/Interfaces/CMakeLists.txt
  mlir/test/lib/Dialect/Vector/TestVectorTransforms.cpp
  utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134425.462132.patch
Type: text/x-patch
Size: 12007 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220922/4d0e8849/attachment-0001.bin>


More information about the cfe-commits mailing list