Commit 70f793b4 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 7eef6cfc
......@@ -3337,7 +3337,7 @@ template struct test_logsoftmax_1<1>;
struct test_fp32_fp16_lall : verify_program<test_fp32_fp16_lall>
{
migraphx::program create_program () const
migraphx::program create_program() const
{
migraphx::program p;
migraphx::shape s{migraphx::shape::float_type, {2, 3}};
......@@ -3353,7 +3353,7 @@ struct test_fp32_fp16_lall : verify_program<test_fp32_fp16_lall>
struct test_fp32_fp16_ladd : verify_program<test_fp32_fp16_ladd>
{
migraphx::program create_program () const
migraphx::program create_program() const
{
migraphx::program p;
migraphx::shape s{migraphx::shape::float_type, {2, 3}};
......
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