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
8724e73f
"test/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "e0fe2f552688f34cde5b09f31292c46aec210c0b"
Commit
8724e73f
authored
Mar 30, 2023
by
Paul
Browse files
Remove debug code
parent
2be7e299
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/simplify_algebra.cpp
src/simplify_algebra.cpp
+0
-5
No files found.
src/simplify_algebra.cpp
View file @
8724e73f
...
...
@@ -221,11 +221,6 @@ struct find_mul_dot
auto
b_ins
=
dot_ins
->
inputs
()[
1
];
auto
c_ins
=
r
.
instructions
[
"c"
];
std
::
cout
<<
"find_mul_dot"
<<
std
::
endl
;
m
.
debug_print
(
ins
->
inputs
());
m
.
debug_print
(
ins
);
const
auto
&
c_lens
=
c_ins
->
get_shape
().
lens
();
const
auto
&
c_strides
=
c_ins
->
get_shape
().
strides
();
// There should only be one stride that is not zero
...
...
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