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
composable_kernel
Commits
252d271c
Commit
252d271c
authored
Aug 19, 2021
by
ltqin
Browse files
change to (out in wei)
parent
95ce725e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
host/driver_offline/src/conv_wrw_driver_offline.cpp
host/driver_offline/src/conv_wrw_driver_offline.cpp
+2
-2
No files found.
host/driver_offline/src/conv_wrw_driver_offline.cpp
View file @
252d271c
...
...
@@ -275,8 +275,8 @@ int main(int argc, char* argv[])
if
(
do_verification
)
{
host_direct_convolution_backward_weights
(
in
,
out
,
host_direct_convolution_backward_weights
(
out
,
in
,
wei_host
,
make_tuple
(
conv_stride_h
,
conv_stride_w
),
make_tuple
(
conv_dilation_h
,
conv_dilation_w
),
...
...
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