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
fd6f1cc6
Commit
fd6f1cc6
authored
Sep 18, 2018
by
Paul
Browse files
Print out info about convolution
parent
2b48efe7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/targets/gpu/lowering.cpp
src/targets/gpu/lowering.cpp
+9
-0
No files found.
src/targets/gpu/lowering.cpp
View file @
fd6f1cc6
...
@@ -131,6 +131,15 @@ struct miopen_convolution
...
@@ -131,6 +131,15 @@ struct miopen_convolution
algo
=
perf
.
fwd_algo
;
algo
=
perf
.
fwd_algo
;
return
shape
{
shape
::
int8_type
,
{
perf
.
memory
}};
return
shape
{
shape
::
int8_type
,
{
perf
.
memory
}};
}
}
friend
std
::
ostream
&
operator
<<
(
std
::
ostream
&
os
,
const
miopen_convolution
&
self
)
{
os
<<
self
.
name
()
<<
"["
;
os
<<
self
.
op
<<
", "
;
os
<<
"algo="
<<
self
.
algo
;
os
<<
"]"
;
return
os
;
}
};
};
struct
miopen_pooling
struct
miopen_pooling
...
...
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