Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
0b4e639f
Commit
0b4e639f
authored
Feb 27, 2019
by
Shucai Xiao
Browse files
clang format
parent
8c62c647
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
test/gpu/miopen.cpp
test/gpu/miopen.cpp
+2
-3
No files found.
test/gpu/miopen.cpp
View file @
0b4e639f
...
@@ -2887,7 +2887,7 @@ struct test_lstm_bidirct_default_actv2
...
@@ -2887,7 +2887,7 @@ struct test_lstm_bidirct_default_actv2
}
}
};
};
template
<
int
axis
>
template
<
int
axis
>
struct
test_logsoftmax
struct
test_logsoftmax
{
{
migraphx
::
program
create_program
()
const
migraphx
::
program
create_program
()
const
...
@@ -2901,7 +2901,7 @@ struct test_logsoftmax
...
@@ -2901,7 +2901,7 @@ struct test_logsoftmax
}
}
};
};
template
<
int
axis
>
template
<
int
axis
>
struct
test_logsoftmax_1
struct
test_logsoftmax_1
{
{
migraphx
::
program
create_program
()
const
migraphx
::
program
create_program
()
const
...
@@ -3035,4 +3035,3 @@ int main()
...
@@ -3035,4 +3035,3 @@ int main()
verify_program
<
test_logsoftmax_1
<
0
>>
();
verify_program
<
test_logsoftmax_1
<
0
>>
();
verify_program
<
test_logsoftmax_1
<
1
>>
();
verify_program
<
test_logsoftmax_1
<
1
>>
();
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment