[PATCH] D79508: [mlir][gpu] Add utility functions to add private buffer attributions.

Wen-Heng (Jack) Chung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 6 10:49:02 PDT 2020


whchung created this revision.
whchung added projects: LLVM, MLIR.
Herald added subscribers: llvm-commits, Kayjukh, frgossen, grosul1, Joonsoo, stephenneuendorffer, liufengdb, lucyrfox, mgester, arpith-jacob, csigg, nicolasvasilache, antiagainst, shauheen, jpienaar, rriddle, mehdi_amini.
Herald added a reviewer: herhut.

Thus far private buffer attributions in GPU dialect doesn't have an interface.
Introduce `GPUFuncOp::addPrivateAttribution` in this commit.

Note all private buffer attributions must follow workgroup buffer attributions.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79508

Files:
  mlir/include/mlir/Dialect/GPU/GPUOps.td
  mlir/lib/Dialect/GPU/IR/GPUDialect.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79508.262425.patch
Type: text/x-patch
Size: 8105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200506/df1290c1/attachment.bin>


More information about the llvm-commits mailing list