Skip to content

float8 inference weight-only quant should map to a fused kernel or explain why not #3288

@vkuzo

Description

@vkuzo

Today, Float8WeightOnlyConfig maps to a reference implementation of weight-only quant, which dequantized the tensor and then runs a high precision gemm:

return torch.nn.functional.linear(

Users have reported confusion about this, we should either clearly explain that no speedup is expected or map to a fast kernel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions