[all-commits] [llvm/llvm-project] 2e4aa3: [mlir][gpu][spirv] Lower gpu reduction ops to spirv
Ivan Butygin via All-commits
all-commits at lists.llvm.org
Fri Dec 30 08:45:54 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e4aa3bd83faef5e89275cba97d99b1a77c4d25c
https://github.com/llvm/llvm-project/commit/2e4aa3bd83faef5e89275cba97d99b1a77c4d25c
Author: Ivan Butygin <ivan.butygin at gmail.com>
Date: 2022-12-30 (Fri, 30 Dec 2022)
Changed paths:
M mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRV.cpp
A mlir/test/Conversion/GPUToSPIRV/reductions.mlir
Log Message:
-----------
[mlir][gpu][spirv] Lower gpu reduction ops to spirv
Supports only "add" and "mul" ops for now. More ops will be added later.
Differential Revision: https://reviews.llvm.org/D140576
More information about the All-commits
mailing list