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
2829fedb
Commit
2829fedb
authored
Nov 05, 2018
by
Paul
Browse files
Formatting
parent
01602d0c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
test/output_alias.cpp
test/output_alias.cpp
+6
-6
No files found.
test/output_alias.cpp
View file @
2829fedb
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
#include <test.hpp>
#include <test.hpp>
#include <basic_ops.hpp>
#include <basic_ops.hpp>
void
simple_alias
()
void
simple_alias
()
{
{
migraph
::
program
p
;
migraph
::
program
p
;
...
@@ -35,7 +34,8 @@ void no_alias()
...
@@ -35,7 +34,8 @@ void no_alias()
EXPECT
(
bool
{
migraph
::
instruction
::
get_output_alias
(
sum
)
==
sum
});
EXPECT
(
bool
{
migraph
::
instruction
::
get_output_alias
(
sum
)
==
sum
});
}
}
int
main
()
{
int
main
()
{
simple_alias
();
simple_alias
();
cascade_alias
();
cascade_alias
();
no_alias
();
no_alias
();
...
...
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