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
b6b6fc4f
Commit
b6b6fc4f
authored
Nov 21, 2025
by
fengzch
Browse files
fix: compile gemm_f16.cu complete
parent
03ac3784
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/kernels/gemm_f16.cu
src/kernels/gemm_f16.cu
+1
-1
No files found.
src/kernels/gemm_f16.cu
View file @
b6b6fc4f
...
@@ -44,7 +44,7 @@ Tensor gemm_f16(Tensor input, // FP16
...
@@ -44,7 +44,7 @@ Tensor gemm_f16(Tensor input, // FP16
cutlass
::
layout
::
RowMajor
,
cutlass
::
layout
::
RowMajor
,
ElementAccumulator
,
ElementAccumulator
,
cutlass
::
arch
::
OpClassTensorOp
,
cutlass
::
arch
::
OpClassTensorOp
,
cutlass
::
arch
::
Sm75
>
;
cutlass
::
arch
::
Gfx928
>
;
// cutlass::gemm::GemmShape<128, 128, 64>,
// cutlass::gemm::GemmShape<128, 128, 64>,
// cutlass::gemm::GemmShape<32, 64, 64>, cutlass::gemm::GemmShape<16, 8, 16>,
// cutlass::gemm::GemmShape<32, 64, 64>, cutlass::gemm::GemmShape<16, 8, 16>,
// cutlass::epilogue::thread::LinearCombination<
// cutlass::epilogue::thread::LinearCombination<
...
...
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