Skip to content

Commit

Permalink
changes the mnemonic of the DaphneIR operation to ewIsnan
Browse files Browse the repository at this point in the history
  • Loading branch information
StoeckOverflow committed Jul 9, 2024
1 parent b7a10aa commit b830d8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ir/daphneir/DaphneOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def Daphne_EwSignOp : Daphne_EwUnaryOp<"ewSign", NumScalar, [ValueTypeFromFirstA
def Daphne_EwExpOp : Daphne_EwUnaryOp<"ewExp", NumScalar, [ValueTypeFromArgsFP]>;
def Daphne_EwLnOp : Daphne_EwUnaryOp<"ewLn", NumScalar, [ValueTypeFromArgsFP]>;
def Daphne_EwSqrtOp : Daphne_EwUnaryOp<"ewSqrt", NumScalar, [ValueTypeFromArgsFP, DeclareOpInterfaceMethods<VectorizableOpInterface>]>;
def Daphne_EwIsNanOp : Daphne_EwUnaryOp<"ewIsNan", NumScalar, [ValueTypeFromFirstArg]>;
def Daphne_EwIsNanOp : Daphne_EwUnaryOp<"ewIsnan", NumScalar, [ValueTypeFromFirstArg]>;

// ----------------------------------------------------------------------------
// Logical
Expand Down
2 changes: 1 addition & 1 deletion test/api/cli/operations/isNan_1.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0
1
DenseMatrix(1x6, double)
0 1 0 0 0 1
0 1 0 0 0 1

0 comments on commit b830d8b

Please sign in to comment.