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
b35f6188
Commit
b35f6188
authored
Jul 02, 2022
by
Paul
Browse files
Fix compile error
parent
0e64d364
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/targets/gpu/mlir.cpp
src/targets/gpu/mlir.cpp
+2
-2
No files found.
src/targets/gpu/mlir.cpp
View file @
b35f6188
...
...
@@ -488,8 +488,8 @@ struct mlir_program
ops
.
add_attribute_value
(
get_operator_value
(
ins
->
get_operator
()));
if
(
ins
->
name
()
!=
"@return"
)
ops
.
add_results
({
get_shape
(
ins
)});
if
(
ins
->
name
())
pp
=
{
ins
->
get_operator
(),
ins
->
inputs
(),
ins
->
get_shape
()};
if
(
ins
->
name
()
==
"convolution"
)
pp
=
problem_params
{
ins
->
get_operator
(),
to_shapes
(
ins
->
inputs
()
)
,
ins
->
get_shape
()};
std
::
vector
<
MlirValue
>
inputs
;
transform
(
...
...
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