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
c78a5692
Commit
c78a5692
authored
Nov 21, 2025
by
fengzch
Browse files
fix: compile gemm_batched.cu complete
parent
9316940c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/kernels/gemm_batched.cu
src/kernels/gemm_batched.cu
+3
-3
No files found.
src/kernels/gemm_batched.cu
View file @
c78a5692
...
@@ -34,16 +34,16 @@ Tensor gemm_batched_fp16(Tensor a, // FP16 row-major [(... batch ...), M, K]
...
@@ -34,16 +34,16 @@ Tensor gemm_batched_fp16(Tensor a, // FP16 row-major [(... batch ...), M, K]
LayoutO
,
LayoutO
,
ElementOutput
,
ElementOutput
,
cutlass
::
arch
::
OpClassTensorOp
,
cutlass
::
arch
::
OpClassTensorOp
,
cutlass
::
arch
::
Sm80
,
cutlass
::
arch
::
Gfx928
,
cutlass
::
gemm
::
GemmShape
<
32
,
32
,
64
>
,
cutlass
::
gemm
::
GemmShape
<
32
,
32
,
64
>
,
cutlass
::
gemm
::
GemmShape
<
32
,
32
,
64
>
,
cutlass
::
gemm
::
GemmShape
<
32
,
32
,
64
>
,
cutlass
::
gemm
::
GemmShape
<
16
,
8
,
16
>
,
cutlass
::
gemm
::
GemmShape
<
16
,
16
,
16
>
,
cutlass
::
epilogue
::
thread
::
LinearCombination
<
ElementOutput
,
cutlass
::
epilogue
::
thread
::
LinearCombination
<
ElementOutput
,
128
/
cutlass
::
sizeof_bits
<
ElementOutput
>::
value
,
128
/
cutlass
::
sizeof_bits
<
ElementOutput
>::
value
,
ElementOutput
,
ElementOutput
,
ElementOutput
>
,
ElementOutput
>
,
cutlass
::
gemm
::
threadblock
::
GemmBatchedIdentityThreadblockSwizzle
,
cutlass
::
gemm
::
threadblock
::
GemmBatchedIdentityThreadblockSwizzle
,
2
>
;
1
>
;
auto
sizeA
=
cutlass
::
MatrixCoord
(
M
,
K
);
auto
sizeA
=
cutlass
::
MatrixCoord
(
M
,
K
);
auto
sizeB
=
cutlass
::
MatrixCoord
(
K
,
N
);
auto
sizeB
=
cutlass
::
MatrixCoord
(
K
,
N
);
...
...
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