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
c08af70a
"src/vscode:/vscode.git/clone" did not exist on "4a60b45d4c4c80fa934d33e51edfcd29f9795470"
Commit
c08af70a
authored
Jan 06, 2019
by
Paul
Browse files
Remove extra semicolon
parent
c8188db0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
test/const_eval_test.cpp
test/const_eval_test.cpp
+0
-1
No files found.
test/const_eval_test.cpp
View file @
c08af70a
...
...
@@ -60,7 +60,6 @@ TEST_CASE(op_test2)
{
migraphx
::
program
p
;
auto
x
=
p
.
add_parameter
(
"param"
,
migraphx
::
shape
{
migraphx
::
shape
::
float_type
,
{
1
}});
;
auto
two
=
p
.
add_literal
(
2
);
auto
sum
=
p
.
add_instruction
(
sum_cf_op
{},
x
,
two
);
CHECK
(
sum
->
eval
().
empty
());
...
...
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