"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "84725d724e541a1147984e9e53baf8b4f51784e8"
Commit 12953a92 authored by Paul's avatar Paul
Browse files

Format

parent cac6c759
...@@ -67,15 +67,9 @@ int main(int argc, const char* argv[]) ...@@ -67,15 +67,9 @@ int main(int argc, const char* argv[])
{ {
run_verify rv; run_verify rv;
rv.add_validation_for("gpu", &validate_gpu); rv.add_validation_for("gpu", &validate_gpu);
rv.disable_test_for("cpu", rv.disable_test_for("cpu", {
{ "test_if_lp", "test_if_param", "test_if_literal", "test_select_module_add",
"test_if_lp", "test_select_module_reduce", "test_select_module_conv", "test_split_single_dyn_dim",
"test_if_param",
"test_if_literal",
"test_select_module_add",
"test_select_module_reduce",
"test_select_module_conv",
"test_split_single_dyn_dim",
"test_instancenorm_large_3d<migraphx::shape::float_type>", "test_instancenorm_large_3d<migraphx::shape::float_type>",
"test_instancenorm_large_3d<migraphx::shape::half_type>", "test_instancenorm_large_3d<migraphx::shape::half_type>",
// these tests are disabled due issue of lossy downcast, see issue#2517 // these tests are disabled due issue of lossy downcast, see issue#2517
......
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