[Mlir-commits] [mlir] [mlir][tosa][tosa-to-linalg] Add NaN Mode Lowering (PR #125668)
Jack Frankland
llvmlistbot at llvm.org
Mon Feb 24 02:00:47 PST 2025
================
@@ -32,10 +32,47 @@
#include "llvm/ADT/Sequence.h"
#include <numeric>
+#include <type_traits>
using namespace mlir;
using namespace mlir::tosa;
+// Helper function to materialize the semantically correct compare and select
+// operations a binary operation with a specific NaN propagation mode.
----------------
FranklandJack wrote:
Ta! 🤗
https://github.com/llvm/llvm-project/pull/125668
More information about the Mlir-commits
mailing list