Commit d1c46889 authored by Catheriany's avatar Catheriany
Browse files

issue/150: rope算子测例

parent 90fcbcc9
......@@ -21,11 +21,12 @@ DECLARE_INFINIOP_TEST(rope)
/*
* Register all the tests here
*/
#define TEST_BUILDER_MAPPINGS \
{ \
REGISTER_INFINIOP_TEST(gemm) \
REGISTER_INFINIOP_TEST(random_sample) \
REGISTER_INFINIOP_TEST(rope)}
#define TEST_BUILDER_MAPPINGS \
{ \
REGISTER_INFINIOP_TEST(gemm) \
REGISTER_INFINIOP_TEST(random_sample) \
REGISTER_INFINIOP_TEST(rope) \
}
namespace infiniop_test {
......
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