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
dbffeaff
Commit
dbffeaff
authored
Aug 17, 2023
by
Khalique Ahmed
Browse files
formatting
parent
43e66470
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/targets/gpu/fuse_mlir.cpp
src/targets/gpu/fuse_mlir.cpp
+2
-1
No files found.
src/targets/gpu/fuse_mlir.cpp
View file @
dbffeaff
...
@@ -128,7 +128,8 @@ MIGRAPHX_PRED_MATCHER(is_mlir_conv, instruction_ref ins)
...
@@ -128,7 +128,8 @@ MIGRAPHX_PRED_MATCHER(is_mlir_conv, instruction_ref ins)
auto
group
=
v
.
at
(
"group"
).
to
<
int
>
();
auto
group
=
v
.
at
(
"group"
).
to
<
int
>
();
if
(
group
!=
1
)
if
(
group
!=
1
)
{
{
std
::
cerr
<<
"Warning: missed convolution with group "
<<
group
<<
" when using MLIR."
<<
std
::
endl
;
std
::
cerr
<<
"Warning: missed convolution with group "
<<
group
<<
" when using MLIR."
<<
std
::
endl
;
return
false
;
return
false
;
}
}
// Avoid MLIR assertion: Index < Length && "Invalid index!"
// Avoid MLIR assertion: Index < Length && "Invalid index!"
...
...
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