[Mlir-commits] [mlir] [mlir][gpu] Align reduction operations with vector combining kinds (PR #73423)
Lei Zhang
llvmlistbot at llvm.org
Sun Nov 26 13:09:16 PST 2023
================
@@ -503,26 +503,52 @@ static std::optional<Value> createGroupReduceOp(OpBuilder &builder,
return std::nullopt;
}
+ // TODO: The SPIR-V spec does not specify how -0.0 / +0.0 and NaN values are
----------------
antiagainst wrote:
Thanks @kuhar!!
https://github.com/llvm/llvm-project/pull/73423
More information about the Mlir-commits
mailing list