[Mlir-commits] [mlir] [MLIR][NVVM] Add support for f32 in redux.sync Op (PR #128137)
Guray Ozen
llvmlistbot at llvm.org
Fri Feb 21 00:59:39 PST 2025
================
@@ -273,9 +275,11 @@ def NVVM_ReduxOp :
Results<(outs LLVM_Type:$res)>,
Arguments<(ins LLVM_Type:$val,
ReduxKindAttr:$kind,
- I32:$mask_and_clamp)> {
+ I32:$mask_and_clamp,
+ DefaultValuedAttr<BoolAttr, "false">:$abs,
+ DefaultValuedAttr<BoolAttr, "false">:$nan)> {
string llvmBuilder = [{
----------------
grypp wrote:
should we add a doc-string for this op?
https://github.com/llvm/llvm-project/pull/128137
More information about the Mlir-commits
mailing list