"examples/vscode:/vscode.git/clone" did not exist on "6f28e1adb70e3054eacd5b02d459fc11c572128a"
Commit 4ce45107 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 9cbd1ec1
...@@ -615,7 +615,6 @@ template struct test_softmax<1, migraphx::shape::half_type>; ...@@ -615,7 +615,6 @@ template struct test_softmax<1, migraphx::shape::half_type>;
template struct test_softmax<2, migraphx::shape::half_type>; template struct test_softmax<2, migraphx::shape::half_type>;
template struct test_softmax<3, migraphx::shape::half_type>; template struct test_softmax<3, migraphx::shape::half_type>;
struct test_conv : verify_program<test_conv> struct test_conv : verify_program<test_conv>
{ {
migraphx::program create_program() const migraphx::program create_program() const
...@@ -3390,7 +3389,6 @@ template struct test_logsoftmax<0, migraphx::shape::half_type>; ...@@ -3390,7 +3389,6 @@ template struct test_logsoftmax<0, migraphx::shape::half_type>;
template struct test_logsoftmax<2, migraphx::shape::half_type>; template struct test_logsoftmax<2, migraphx::shape::half_type>;
template struct test_logsoftmax<3, migraphx::shape::half_type>; template struct test_logsoftmax<3, migraphx::shape::half_type>;
struct test_fp32_fp16_lall : verify_program<test_fp32_fp16_lall> struct test_fp32_fp16_lall : verify_program<test_fp32_fp16_lall>
{ {
migraphx::program create_program() const migraphx::program create_program() const
......
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