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
37228d35
Commit
37228d35
authored
Oct 18, 2022
by
Ted Themistokleous
Browse files
Format
parent
fd94f579
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
test/simplify_algebra_test.cpp
test/simplify_algebra_test.cpp
+2
-2
No files found.
test/simplify_algebra_test.cpp
View file @
37228d35
...
...
@@ -1241,7 +1241,7 @@ TEST_CASE(simplify_sub_neg_zero_const_vec)
auto
x
=
m2
.
add_parameter
(
"x"
,
x_shape
);
m2
.
add_instruction
(
migraphx
::
make_op
(
"neg"
),
x
);
}
EXPECT
(
m1
==
m2
);
}
...
...
@@ -1288,7 +1288,7 @@ TEST_CASE(simplify_div_zero_const_middle)
auto
div0
=
m2
.
add_divzero
({
x
,
zero
},
s
);
m2
.
add_instruction
(
migraphx
::
make_op
(
"mul"
),
div0
,
two
);
}
EXPECT
(
m1
==
m2
);
}
...
...
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