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
d7a829f4
"profiler/vscode:/vscode.git/clone" did not exist on "8f8c0ddc58b190f4b1cfa35623734493fadc5fa9"
Commit
d7a829f4
authored
Sep 17, 2018
by
Paul
Browse files
Select correct workspace memory for convolution
parent
0418f719
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/targets/gpu/lowering.cpp
src/targets/gpu/lowering.cpp
+1
-2
No files found.
src/targets/gpu/lowering.cpp
View file @
d7a829f4
...
...
@@ -129,8 +129,7 @@ struct miopen_convolution
workspace_size
,
false
);
algo
=
perf
.
fwd_algo
;
return
algo
==
miopenConvolutionFwdAlgoWinograd
?
shape
{
shape
::
int8_type
,
{
0
}}
:
workspace_shape
;
return
shape
{
shape
::
int8_type
,
{
perf
.
memory
}};
}
};
...
...
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