Skip to content

Feature request: Add Dropout #7

Description

@hypnopump

The pytorch base implementation of scaled_dot_product_attention provides dropout as an arg. Fusing it into the triton kernel would replicate that functionality, as dropout is applied to the attention scores, not the output.

In the CUDA version, it is supported here
There have been attempts at integrating into triton before

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions