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
9acc5aad
Commit
9acc5aad
authored
May 01, 2023
by
Paul
Browse files
Fix compile error
parent
d5ef3394
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/common_dims.cpp
src/common_dims.cpp
+1
-1
No files found.
src/common_dims.cpp
View file @
9acc5aad
...
@@ -45,7 +45,7 @@ struct common_dim_state
...
@@ -45,7 +45,7 @@ struct common_dim_state
auto
dim_end
=
compute_end_dim
(
it
,
dims
->
end
(),
d
);
auto
dim_end
=
compute_end_dim
(
it
,
dims
->
end
(),
d
);
return
range
(
it
,
dim_end
);
return
range
(
it
,
dim_end
);
}
}
}
}
;
common_dims
common_dims
common_dims
::
compute
(
const
std
::
vector
<
std
::
size_t
>&
dims1
,
const
std
::
vector
<
std
::
size_t
>&
dims2
)
common_dims
::
compute
(
const
std
::
vector
<
std
::
size_t
>&
dims1
,
const
std
::
vector
<
std
::
size_t
>&
dims2
)
...
...
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