[all-commits] [llvm/llvm-project] d137c0: [mlir][spirv] Add conversion from vector.reduction
Lei Zhang via All-commits
all-commits at lists.llvm.org
Wed Apr 27 07:30:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d137c05fc9a3aa04c66daaa7a92b90998676f693
https://github.com/llvm/llvm-project/commit/d137c05fc9a3aa04c66daaa7a92b90998676f693
Author: Lei Zhang <antiagainst at google.com>
Date: 2022-04-27 (Wed, 27 Apr 2022)
Changed paths:
M mlir/lib/Conversion/VectorToSPIRV/VectorToSPIRV.cpp
R mlir/test/Conversion/VectorToSPIRV/simple.mlir
A mlir/test/Conversion/VectorToSPIRV/vector-to-spirv.mlir
Log Message:
-----------
[mlir][spirv] Add conversion from vector.reduction
Only supports addition and multiplication for now; other cases
to be implemented.
Reviewed By: hanchung
Differential Revision: https://reviews.llvm.org/D124380
More information about the All-commits
mailing list