[all-commits] [llvm/llvm-project] ad3981: [mlir][gpu] Refactor functions for workgroup and p...
Wen-Heng (Jack) Chung via All-commits
all-commits at lists.llvm.org
Wed May 20 14:20:49 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ad398164bac0e4a63588005e7061537518557eab
https://github.com/llvm/llvm-project/commit/ad398164bac0e4a63588005e7061537518557eab
Author: Wen-Heng (Jack) Chung <whchung at gmail.com>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M mlir/include/mlir/Dialect/GPU/GPUOps.td
M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
M mlir/lib/Dialect/GPU/Transforms/AllReduceLowering.cpp
M mlir/lib/Dialect/GPU/Transforms/MemoryPromotion.cpp
Log Message:
-----------
[mlir][gpu] Refactor functions for workgroup and private buffer attributions.
Summary:
Consolidate interfaces adding workgroup and private buffer attributions in GPU
dialect.
Note all private buffer attributions must follow workgroup buffer attributions.
Reviewers: herhut
Subscribers: mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, csigg, arpith-jacob, mgester, lucyrfox, liufengdb, stephenneuendorffer, Joonsoo, grosul1, frgossen, Kayjukh, llvm-commits
Tags: #llvm, #mlir
Differential Revision: https://reviews.llvm.org/D79508
More information about the All-commits
mailing list