[Mlir-commits] [mlir] [mlir][gpu] Align reduction operations with vector combining kinds (PR #73423)
Jakub Kuderski
llvmlistbot at llvm.org
Sun Nov 26 13:06:40 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
----------------
kuhar wrote:
Sure, I filed https://github.com/llvm/llvm-project/issues/73459 and pointed to it in the TODO comment.
https://github.com/llvm/llvm-project/pull/73423
More information about the Mlir-commits
mailing list