Skip to content

Do you plan to support heterogeneous schedules for FusedEmbeddingBag operations? #4152

@PanZaifeng

Description

@PanZaifeng

The RecFlex paper points out that embedding tables within a fused embedding bag collection can be heterogeneous, such as having different embedding dimensions or access patterns (e.g., one-hot vs. multi-hot). Applying the same code schedule to all tables in the fused kernel could lead to sub-optimal performance.

I’m wondering if there is any plan to support generating and compiling kernels at runtime, so that different tables can use different code schedules, for both inference and training?

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