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
e2630858
Commit
e2630858
authored
Sep 18, 2018
by
Paul
Browse files
Merge branch 'workspace'
parents
f8edb479
d7a829f4
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 @
e2630858
...
@@ -129,8 +129,7 @@ struct miopen_convolution
...
@@ -129,8 +129,7 @@ struct miopen_convolution
workspace_size
,
workspace_size
,
false
);
false
);
algo
=
perf
.
fwd_algo
;
algo
=
perf
.
fwd_algo
;
return
algo
==
miopenConvolutionFwdAlgoWinograd
?
shape
{
shape
::
int8_type
,
{
0
}}
return
shape
{
shape
::
int8_type
,
{
perf
.
memory
}};
:
workspace_shape
;
}
}
};
};
...
...
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