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
481b096a
Commit
481b096a
authored
Mar 08, 2019
by
Paul
Browse files
Formatting
parent
0e395bac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
test/schedule_test.cpp
test/schedule_test.cpp
+5
-1
No files found.
test/schedule_test.cpp
View file @
481b096a
...
@@ -561,7 +561,11 @@ TEST_CASE(inner_par_merge)
...
@@ -561,7 +561,11 @@ TEST_CASE(inner_par_merge)
p
.
compile
(
t
);
p
.
compile
(
t
);
EXPECT
(
not
t
.
has_stream
(
one
));
EXPECT
(
not
t
.
has_stream
(
one
));
EXPECT
(
t
.
get_stream
(
output
)
==
0
);
EXPECT
(
t
.
get_stream
(
output
)
==
0
);
EXPECT
(
get_wait_for
(
output
)
==
get_wait_for
(
t
.
get_stream
(
output
),
{
t
.
get_stream
(
binary1
),
t
.
get_stream
(
binary2
),
t
.
get_stream
(
outer1
),
t
.
get_stream
(
outer2
)}));
EXPECT
(
get_wait_for
(
output
)
==
get_wait_for
(
t
.
get_stream
(
output
),
{
t
.
get_stream
(
binary1
),
t
.
get_stream
(
binary2
),
t
.
get_stream
(
outer1
),
t
.
get_stream
(
outer2
)}));
EXPECT
(
t
.
get_stream
(
outer1
)
==
1
);
EXPECT
(
t
.
get_stream
(
outer1
)
==
1
);
EXPECT
(
t
.
get_stream
(
outer2
)
==
2
);
EXPECT
(
t
.
get_stream
(
outer2
)
==
2
);
...
...
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