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
b2f5a21e
Commit
b2f5a21e
authored
Oct 19, 2023
by
Umang Yadav
Browse files
Formatting
parent
8e812ae2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
test/generate_root_modules.cpp
test/generate_root_modules.cpp
+10
-10
No files found.
test/generate_root_modules.cpp
View file @
b2f5a21e
...
...
@@ -479,15 +479,15 @@ TEST_CASE(fork_case_3)
TEST_CASE
(
fork_case_4
)
{
/*
**** Fork node returning ****
Add (tid = 0)
|
---------------------------
| |
Identity (tid = 0) Return
|
Return
**** Fork node returning ****
Add (tid = 0)
|
---------------------------
| |
Identity (tid = 0)
Return
|
Return
*/
auto
s
=
migraphx
::
shape
{
migraphx
::
shape
::
float_type
,
{
8
}};
migraphx
::
target_assignments
tass
;
...
...
@@ -669,7 +669,7 @@ TEST_CASE(merge_case_2)
|
Return
*/
*/
migraphx
::
target_assignments
tass
;
auto
s
=
migraphx
::
shape
{
migraphx
::
shape
::
float_type
,
{
8
}};
migraphx
::
program
p1
;
...
...
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