Commit fac49775 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

turn on a unit test to try

parent 712f6134
......@@ -45,6 +45,6 @@ int main(int argc, const char* argv[])
run_verify rv;
rv.add_validation_for("gpu", &validate_gpu);
rv.disable_test_for("cpu", {"test_if_lp", "test_if_param", "test_if_literal"});
rv.disable_test_for("gpu", {"test_conv_bn_add"});
// rv.disable_test_for("gpu", {"test_conv_bn_add"});
rv.run(argc, argv);
}
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