Skip to content

Question about the choice of use_fast_accum in FP8 Training #2377

Closed
@haochengxi

Description

@haochengxi

In the FP8 training setting, I noticed that use_fast_accum is only enabled during the forward pass:

gemm_config_output: Float8GemmConfig = Float8GemmConfig(use_fast_accum=True)

When benchmarking performance, I've observed that enabling fast accumulation can lead to a 1.1x to 1.2x speedup. I'm curious—was there a specific reason or concern behind the decision to restrict use_fast_accum to only the forward pass?

Image

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