[PATCH] D79126: [mlir][rocdl] add rocdl.barier op.

Wen-Heng (Jack) Chung via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 29 14:00:57 PDT 2020


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

- Add rocdl.barrier op.
- Lower gpu.barier to rocdl.barrier in -convert-gpu-to-rocdl.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79126

Files:
  mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
  mlir/lib/Conversion/GPUToROCDL/CMakeLists.txt
  mlir/lib/Conversion/GPUToROCDL/GPUToROCDL.td
  mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
  mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl.mlir
  mlir/test/Dialect/LLVMIR/rocdl.mlir
  mlir/test/Target/rocdl.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79126.261020.patch
Type: text/x-patch
Size: 4971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200429/71fd32ef/attachment-0001.bin>


More information about the llvm-commits mailing list