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
333649e2
"src/targets/vscode:/vscode.git/clone" did not exist on "40a5f49674805f78cc2ddc9abbb1292dfc7c03ed"
Commit
333649e2
authored
Jan 17, 2019
by
Paul
Browse files
Formatting
parent
ccf51257
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
test/eval_test.cpp
test/eval_test.cpp
+5
-3
No files found.
test/eval_test.cpp
View file @
333649e2
...
...
@@ -48,7 +48,9 @@ struct id_ctx_final_op
return
args
.
front
();
}
void
finalize
(
id_target
::
context
&
,
const
migraphx
::
shape
&
,
const
std
::
vector
<
migraphx
::
shape
>&
)
{}
void
finalize
(
id_target
::
context
&
,
const
migraphx
::
shape
&
,
const
std
::
vector
<
migraphx
::
shape
>&
)
{
}
migraphx
::
shape
compute_shape
(
std
::
vector
<
migraphx
::
shape
>
inputs
)
const
{
...
...
@@ -270,8 +272,8 @@ TEST_CASE(double_reverse_target_test)
EXPECT
(
result
!=
migraphx
::
literal
{
4
});
}
//
Check that the program doesnt modify the context directly, and only the operators modify the
context
// Check that the program doesnt modify the context directly, and only the operators modify the
// context
TEST_CASE
(
eval_context1
)
{
migraphx
::
program
p
;
...
...
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