[Mlir-commits] [mlir] [MLIR][Presburger] Definitions for basic functions related to cones (PR #76650)
Arjun P
llvmlistbot at llvm.org
Thu Jan 4 13:08:08 PST 2024
================
@@ -0,0 +1,47 @@
+#include "mlir/Analysis/Presburger/Barvinok.h"
+#include "./Utils.h"
+#include <gmock/gmock.h>
+#include <gtest/gtest.h>
+
+using namespace mlir;
+using namespace presburger;
+
+// We randomly generate 3 vectors with 4 entries each
----------------
Superty wrote:
This sounds like the code randomly generates stuff. Instead say that the following were randomly generated
https://github.com/llvm/llvm-project/pull/76650
More information about the Mlir-commits
mailing list