Files
clang-p2996/mlir/test/Conversion/VectorToSPIRV
Jakub Kuderski 6b9c186b2d [mlir][spirv] Handle non-innerprod float vector add reductions (#73476)
Instead of extracting all individual vector components and performing a
scalar summation, use `spirv.Dot` with the original reduction operand
and a vector constant of all ones.
2023-11-27 11:10:25 -05:00
..