Skip to content

[Tracker] Expanded BF16 Support #9728

@GregoryComer

Description

@GregoryComer

Tracking issue for expanding BF16 support. See #9599 for initial discussion.

  • Support bf16 <-> fp32 convert ops.
  • Support bf16 <-> qs/qu8 convert ops.
  • Update src/qs8-gemm/ to add qd8-bf16 variants.
    • Scalar
    • SSE2
    • AVX2
    • AVX512
    • AVX512_BF16
    • Neon (w/o FEAT_BF16)
    • Neon (w/ FEAT_BF16)
  • Wire up bf16 in the subgraph layer for supported operators.
  • Support subgraph rewrite (bf16 -> fp32) for ops without native bf16 support.

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