Skip to content

Commit

Permalink
A little closer to working
Browse files Browse the repository at this point in the history
  • Loading branch information
ElizaWszola committed Dec 10, 2024
1 parent 49219f9 commit f4a6788
Show file tree
Hide file tree
Showing 4 changed files with 224 additions and 182 deletions.
2 changes: 1 addition & 1 deletion csrc/cpu/torch_bindings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ TORCH_LIBRARY_EXPAND(TORCH_EXTENSION_NAME, ops) {
" Tensor b, Tensor a_scales,"
" Tensor b_scales, Tensor? bias) -> ()");
ops.impl("cutlass_scaled_mm", torch::kCPU, &int8_scaled_mm);
// CUTLASS w8a8 grouped GEMM // TODO complete this
// CUTLASS w8a8 grouped GEMM // TODO complete this
ops.def(
"cutlass_grouped_mm(Tensor! out, Tensor a, Tensor b, Tensor a_scales, "
" Tensor b_scales, Tensor problem_sizes, "
Expand Down
Loading

0 comments on commit f4a6788

Please sign in to comment.