Commit 69a80cce by Haichen Shen Committed by GitHub

add simplify test (#12)

parent 5fced923
Subproject commit 98e8df564f8543b337ec0528dbcb06a30f91e694 Subproject commit 3278103721cfabf7435f1e9ba1fd75a7c38f13c9
#include <dmlc/logging.h>
#include <gtest/gtest.h>
#include <tvm/tvm.h>
#include <pass/Simplify.h>
TEST(IRSIMPLIFY, Basic) {
using namespace Halide::Internal;
simplify_test();
}
int main(int argc, char ** argv) {
testing::InitGoogleTest(&argc, argv);
testing::FLAGS_gtest_death_test_style = "threadsafe";
return RUN_ALL_TESTS();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment