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
fengzch-das
nunchaku
Commits
8c9a37b1
Commit
8c9a37b1
authored
Nov 21, 2025
by
fengzch
Browse files
fix: compile dwconv.cu complete
parent
b6b6fc4f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/kernels/dwconv.cu
src/kernels/dwconv.cu
+1
-1
No files found.
src/kernels/dwconv.cu
View file @
8c9a37b1
...
@@ -259,7 +259,7 @@ Tensor dwconv_f16(Tensor input, Tensor weight, Tensor out, Tensor bias) {
...
@@ -259,7 +259,7 @@ Tensor dwconv_f16(Tensor input, Tensor weight, Tensor out, Tensor bias) {
ThreadBlockOutputShape
::
kN
,
ThreadBlockOutputShape
::
kN
,
ThreadBlockOutputShape
::
kH
,
ThreadBlockOutputShape
::
kH
,
ThreadBlockOutputShape
::
kW
>
,
ThreadBlockOutputShape
::
kW
>
,
4
,
2
,
cutlass
::
arch
::
OpMultiplyAdd
,
cutlass
::
arch
::
OpMultiplyAdd
,
cutlass
::
conv
::
IteratorAlgorithm
::
kFixedStrideDilation
,
cutlass
::
conv
::
IteratorAlgorithm
::
kFixedStrideDilation
,
cutlass
::
conv
::
StrideSupport
::
kFixed
,
cutlass
::
conv
::
StrideSupport
::
kFixed
,
...
...
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