Commit ebb9b406 authored by Paul's avatar Paul
Browse files

Format

parent 90b8fb9b
...@@ -68,25 +68,26 @@ int main(int argc, const char* argv[]) ...@@ -68,25 +68,26 @@ 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_lp",
"test_if_literal", "test_if_param",
"test_select_module_add", "test_if_literal",
"test_select_module_reduce", "test_select_module_add",
"test_select_module_conv", "test_select_module_reduce",
"test_split_single_dyn_dim", "test_select_module_conv",
"test_instancenorm_large_3d<migraphx::shape::float_type>", "test_split_single_dyn_dim",
"test_instancenorm_large_3d<migraphx::shape::half_type>", "test_instancenorm_large_3d<migraphx::shape::float_type>",
"test_block_reduce_small<3, migraphx::shape::int8_type>", "test_instancenorm_large_3d<migraphx::shape::half_type>",
"test_block_reduce_small<4, migraphx::shape::int8_type>", "test_block_reduce_small<3, migraphx::shape::int8_type>",
"test_block_reduce_small<8, migraphx::shape::int8_type>", "test_block_reduce_small<4, migraphx::shape::int8_type>",
"test_block_reduce_small<16, migraphx::shape::int8_type>", "test_block_reduce_small<8, migraphx::shape::int8_type>",
"test_block_reduce_small<25, migraphx::shape::int8_type>", "test_block_reduce_small<16, migraphx::shape::int8_type>",
"test_block_reduce_small<32, migraphx::shape::int8_type>", "test_block_reduce_small<25, migraphx::shape::int8_type>",
"test_block_reduce_small<64, migraphx::shape::int8_type>", "test_block_reduce_small<32, migraphx::shape::int8_type>",
"test_block_reduce_small<67, migraphx::shape::int8_type>", "test_block_reduce_small<64, migraphx::shape::int8_type>",
"test_block_reduce_small<128, migraphx::shape::int8_type>", "test_block_reduce_small<67, migraphx::shape::int8_type>",
"test_block_reduce_small<129, migraphx::shape::int8_type>", "test_block_reduce_small<128, migraphx::shape::int8_type>",
}); "test_block_reduce_small<129, migraphx::shape::int8_type>",
});
rv.run(argc, argv); 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