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
6b0c2a81
Commit
6b0c2a81
authored
Sep 26, 2023
by
Khalique Ahmed
Browse files
change variable
parent
32b83c9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/simplify_algebra.cpp
src/simplify_algebra.cpp
+1
-1
No files found.
src/simplify_algebra.cpp
View file @
6b0c2a81
...
@@ -523,7 +523,7 @@ struct find_inner_broadcast
...
@@ -523,7 +523,7 @@ struct find_inner_broadcast
return
;
return
;
auto
bcast_strides
=
broadcasts
.
front
()
->
get_shape
().
strides
().
size
();
auto
bcast_strides
=
broadcasts
.
front
()
->
get_shape
().
strides
().
size
();
std
::
vector
<
size_t
>
common_axis
(
bcast_strides
,
0
);
std
::
vector
<
size_t
>
common_axis
(
bcast_strides
,
0
);
for
(
auto
i
=
0
;
i
<
b
roadcasts
.
front
()
->
get_shape
().
strides
().
size
()
;
i
++
)
for
(
auto
i
=
0
;
i
<
b
cast_strides
;
i
++
)
{
{
for
(
auto
j
=
0
;
j
<
broadcasts
.
size
();
j
++
)
for
(
auto
j
=
0
;
j
<
broadcasts
.
size
();
j
++
)
{
{
...
...
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