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
3e2a530f
Commit
3e2a530f
authored
Jul 01, 2022
by
carlushuang
Browse files
fix a bug in dilation
parent
2d064933
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/ck/host_utility/xdnn_desc.hpp
include/ck/host_utility/xdnn_desc.hpp
+2
-1
No files found.
include/ck/host_utility/xdnn_desc.hpp
View file @
3e2a530f
...
...
@@ -273,13 +273,14 @@ static inline int str2desc(desc_t* desc, const char* str, bool is_deconv = false
return
XDNN_FAIL
;
d
.
init_pad_r
(
is_deconv
);
*
desc
=
d
;
// TODO: this is difference CK~OneDNN
d
.
dh
++
;
d
.
dw
++
;
d
.
dd
++
;
*
desc
=
d
;
return
XDNN_OK
;
}
...
...
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