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
c5941d87
Commit
c5941d87
authored
Apr 24, 2019
by
Shucai Xiao
Browse files
clang format
parent
089515ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
test/cpu_ops_test.cpp
test/cpu_ops_test.cpp
+1
-2
No files found.
test/cpu_ops_test.cpp
View file @
c5941d87
...
@@ -1571,8 +1571,7 @@ TEST_CASE(fp32_fp16_test)
...
@@ -1571,8 +1571,7 @@ TEST_CASE(fp32_fp16_test)
return
p
;
return
p
;
};
};
auto
test_case
=
[
&
](
std
::
vector
<
std
::
string
>&&
op_names
)
auto
test_case
=
[
&
](
std
::
vector
<
std
::
string
>&&
op_names
)
{
{
std
::
vector
<
float
>
gold_res
=
{
2.0
,
4.0
,
6.0
,
8.0
,
10.0
,
12.0
};
std
::
vector
<
float
>
gold_res
=
{
2.0
,
4.0
,
6.0
,
8.0
,
10.0
,
12.0
};
auto
p
=
create_program
();
auto
p
=
create_program
();
migraphx
::
quantize
(
p
,
op_names
);
migraphx
::
quantize
(
p
,
op_names
);
...
...
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