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
5be03483
Commit
5be03483
authored
May 22, 2019
by
Shucai Xiao
Browse files
clang format
parent
68ee7589
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
test/gpu/miopen.cpp
test/gpu/miopen.cpp
+1
-5
No files found.
test/gpu/miopen.cpp
View file @
5be03483
...
@@ -84,11 +84,7 @@ auto get_hash(const T& x)
...
@@ -84,11 +84,7 @@ auto get_hash(const T& x)
// add an overload function for int type
// add an overload function for int type
// to avoid overflow in test examples
// to avoid overflow in test examples
inline
inline
auto
get_hash
(
const
int
&
x
)
{
return
std
::
hash
<
int
>
{}(
x
)
/
64
;
}
auto
get_hash
(
const
int
&
x
)
{
return
std
::
hash
<
int
>
{}(
x
)
/
64
;
}
void
compile_check
(
migraphx
::
program
&
p
,
const
migraphx
::
target
&
t
)
void
compile_check
(
migraphx
::
program
&
p
,
const
migraphx
::
target
&
t
)
{
{
...
...
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