Skip to content

Commit

Permalink
Break up cutlass_extensions.cu, pt 2
Browse files Browse the repository at this point in the history
Summary:
X-link: facebookresearch/FBGEMM#57

- Break up cutlass_extensions.cu, pt 2

Differential Revision: D60942612
  • Loading branch information
q10 authored and facebook-github-bot committed Aug 9, 2024
1 parent 3c559ab commit 18ff9ba
Show file tree
Hide file tree
Showing 7 changed files with 976 additions and 900 deletions.
3 changes: 3 additions & 0 deletions fbgemm_gpu/experimental/gen_ai/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ set(attention_ops_sources

set(quantize_ops_sources
src/quantize/cutlass_extensions.cu
src/quantize/cutlass_extensions/f8f8bf16_blockwise.cu
src/quantize/cutlass_extensions/f8f8bf16_cublas.cu
src/quantize/cutlass_extensions/f8f8bf16_rowwise.cu
src/quantize/cutlass_extensions/i8i8bf16.cu
src/quantize/cutlass_extensions/i8i8bf16_dynamic.cu
src/quantize/quantize.cu
Expand Down
Loading

0 comments on commit 18ff9ba

Please sign in to comment.