[all-commits] [llvm/llvm-project] 2abad3: [mlir][rocdl] Adding vector to ROCDL dialect lowering
Zhuoran Yin via All-commits
all-commits at lists.llvm.org
Thu Jun 11 07:35:38 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2abad3433f9f48cb0a103726a9af1ad79603d23d
https://github.com/llvm/llvm-project/commit/2abad3433f9f48cb0a103726a9af1ad79603d23d
Author: jerryyin <zhuoryin at amd.com>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M mlir/include/mlir/Conversion/Passes.td
A mlir/include/mlir/Conversion/VectorToROCDL/VectorToROCDL.h
M mlir/include/mlir/InitAllPasses.h
M mlir/lib/Conversion/CMakeLists.txt
M mlir/lib/Conversion/GPUToROCDL/CMakeLists.txt
M mlir/lib/Conversion/GPUToROCDL/LowerGpuOpsToROCDLOps.cpp
A mlir/lib/Conversion/VectorToROCDL/CMakeLists.txt
A mlir/lib/Conversion/VectorToROCDL/VectorToROCDL.cpp
A mlir/test/Conversion/VectorToROCDL/vector-to-rocdl.mlir
A mlir/test/mlir-rocm-runner/vector-transferops.mlir
Log Message:
-----------
[mlir][rocdl] Adding vector to ROCDL dialect lowering
* Created the vector to ROCDL lowering pass
* The lowering pass lowers vector transferOps to rocdl mubufOps
* Added unit test and functional test
More information about the All-commits
mailing list