From 00ee0785818bf1caac1859bb06d1ae88abfaabab Mon Sep 17 00:00:00 2001 From: Takuro Iizuka Date: Sat, 23 Dec 2023 13:55:53 -0800 Subject: [PATCH] Fixed testcase to retrieve port from bb --- test/export.cc | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/test/export.cc b/test/export.cc index 3198aa31..22d8fb8b 100644 --- a/test/export.cc +++ b/test/export.cc @@ -8,7 +8,6 @@ using namespace ion; int main() { try { -#if 0 // simple_graph { { @@ -42,7 +41,7 @@ int main() b.run(pm); } } -#endif + // complex_graph { Halide::Type t = Halide::type_of(); @@ -92,7 +91,7 @@ int main() for (int x=0; x