[all-commits] [llvm/llvm-project] bc23c1: [mlir][rocdl] add rocdl.barier op.
Wen-Heng (Jack) Chung via All-commits
all-commits at lists.llvm.org
Mon May 4 01:35:24 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bc23c1d85e4c4cb60c4b91a1f83466f721014768
https://github.com/llvm/llvm-project/commit/bc23c1d85e4c4cb60c4b91a1f83466f721014768
Author: Wen-Heng (Jack) Chung <whchung at gmail.com>
Date: 2020-05-04 (Mon, 04 May 2020)
Changed paths:
M mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
M mlir/lib/Conversion/GPUToROCDL/CMakeLists.txt
A mlir/lib/Conversion/GPUToROCDL/GPUToROCDL.td
M mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
M mlir/test/Conversion/GPUToROCDL/gpu-to-rocdl.mlir
M mlir/test/Dialect/LLVMIR/rocdl.mlir
M mlir/test/Target/rocdl.mlir
Log Message:
-----------
[mlir][rocdl] add rocdl.barier op.
- Add rocdl.barrier op.
- Lower gpu.barier to rocdl.barrier in -convert-gpu-to-rocdl.
Differential Revision: https://reviews.llvm.org/D79126
More information about the All-commits
mailing list