-
Notifications
You must be signed in to change notification settings - Fork 501
Rename Sparse2x4CUTLASSFloat8Tensor to Float8Sparse2x4_2DData2DMetadataTensor (#4343) #4343
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,13 +4,13 @@ | |
| from .float8.float8_sparse_2x4_1d_data_1d_metadata_tensor import ( | ||
| Float8Sparse2x4_1DData1DMetadataTensor, | ||
| ) | ||
| from .float8.float8_sparse_2x4_2d_data_2d_metadata_tensor import ( | ||
| Float8Sparse2x4_2DData2DMetadataTensor, | ||
| ) | ||
| from .float8.float8_tensor import ( | ||
| Float8Tensor, | ||
| QuantizeTensorToFloat8Kwargs, | ||
| ) | ||
| from .float8.sparse_2x4_cutlass_float8_tensor import ( | ||
| Sparse2x4CUTLASSFloat8Tensor, | ||
| ) | ||
| from .int4.int4_choose_qparams_algorithm import Int4ChooseQParamsAlgorithm | ||
| from .int4.int4_packing_format import Int4PackingFormat | ||
| from .int4.int4_plain_int32_tensor import ( | ||
|
|
@@ -39,26 +39,27 @@ | |
| ) | ||
| from .nf4.nf4_tensor import NF4Tensor, to_nf4 | ||
|
|
||
| Sparse2x4CUTLASSFloat8Tensor = Float8Sparse2x4_2DData2DMetadataTensor | ||
|
|
||
| __all__ = [ | ||
| "Int4Tensor", | ||
| "Int4PreshuffledTensor", | ||
| "Int4PlainInt32Tensor", | ||
| "Int4TilePackedTo4dTensor", | ||
| "Int8Tensor", | ||
| "QuantizeTensorToInt8Kwargs", | ||
| "Float8Tensor", | ||
| "Sparse2x4CUTLASSFloat8Tensor", | ||
| "Float8Sparse2x4_1DData1DMetadataTensor", | ||
| "Float8PackingFormat", | ||
| "QuantizeTensorToFloat8Kwargs", | ||
| "Int8Tensor", | ||
| "QuantizeTensorToInt8Kwargs", | ||
| "Float8Sparse2x4_1DData1DMetadataTensor", | ||
| "Float8Sparse2x4_2DData2DMetadataTensor", | ||
| "Float8Tensor", | ||
| "Int4ChooseQParamsAlgorithm", | ||
| "Int4PackingFormat", | ||
| "Int4PlainInt32Tensor", | ||
| "Int4PreshuffledTensor", | ||
| "Int4Tensor", | ||
| "Int4TilePackedTo4dTensor", | ||
| "Int8Tensor", | ||
| "IntxChooseQParamsAlgorithm", | ||
| "IntxOpaqueTensor", | ||
| "IntxPackingFormat", | ||
| "IntxUnpackedToInt8Tensor", | ||
| "IntxOpaqueTensor", | ||
| "NF4Tensor", | ||
| "QuantizeTensorToFloat8Kwargs", | ||
| "QuantizeTensorToInt8Kwargs", | ||
| "Sparse2x4CUTLASSFloat8Tensor", | ||
| "to_nf4", | ||
|
Comment on lines
-43
to
64
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is intentional. Sorted and removed duplicates. |
||
| ] | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. name should start with float8 I think float8_sparse_2x4_2d_data_2d_metadata_tensor.py
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You're right. Update references to reflect prefix "float8". |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: can you rename to
test_float8_sparse_2x4_2d_data_2d_metadata_tensor.py