[all-commits] [llvm/llvm-project] 1bdb2e: [mlir][spirv] Simplify gpu reduction to spirv logi...
Jakub Kuderski via All-commits
all-commits at lists.llvm.org
Mon Nov 27 09:33:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1bdb2e85509da95544fbad7af053196061feca8c
https://github.com/llvm/llvm-project/commit/1bdb2e85509da95544fbad7af053196061feca8c
Author: Jakub Kuderski <jakub at nod-labs.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M mlir/lib/Conversion/GPUToSPIRV/GPUToSPIRV.cpp
M mlir/test/Conversion/GPUToSPIRV/reductions.mlir
Log Message:
-----------
[mlir][spirv] Simplify gpu reduction to spirv logic (#73546)
Check the type only once and then specialize op handlers based on it.
Do not use boolean types in group arithmetic ops that expect integers.
More information about the All-commits
mailing list