"vscode:/vscode.git/clone" did not exist on "ca052a91dd64e454b168d77252608a420942bbf3"
Commit c522d47a authored by Umang Yadav's avatar Umang Yadav
Browse files

I dont' know why this test was disabled for the PGpu but enabling it since it passes.

parent 24c63d70
......@@ -77,6 +77,5 @@ int main(int argc, const char* argv[])
"test_split_single_dyn_dim",
"test_instancenorm_large_3d<migraphx::shape::float_type>",
"test_instancenorm_large_3d<migraphx::shape::half_type>"});
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