Skip to content
This repository was archived by the owner on Mar 21, 2026. It is now read-only.

Support flashinfer for Gemma3 prefill#3167

Merged
danieldk merged 4 commits into
mainfrom
gemma3-flashinfer
Apr 17, 2025
Merged

Support flashinfer for Gemma3 prefill#3167
danieldk merged 4 commits into
mainfrom
gemma3-flashinfer

Conversation

@danieldk

@danieldk danieldk commented Apr 11, 2025

Copy link
Copy Markdown
Member

What does this PR do?

Gemma3 uses bidirectional attention for images. Flashinfer supports custom masks. Hook up the mask with flashinfer, so that we do not have to use the slower SDPA implementation for prefills with images.

Fixes #3105.

Before submitting

  • This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • Did you read the contributor guideline,
    Pull Request section?
  • Was this discussed/approved via a Github issue or the forum? Please add a link
    to it if that's the case.
  • Did you make sure to update the documentation with your changes? Here are the
    documentation guidelines, and
    here are tips on formatting docstrings.
  • Did you write any new necessary tests?

Who can review?

Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.

Gemma3 uses bidirectional attention for images. Flashinfer
supports custom masks. Hook up the mask with flashinfer, so that we do
not have to use the slower SDPA implementation for prefills with images.
@danieldk danieldk force-pushed the gemma3-flashinfer branch from 8e8c24f to 9f0f418 Compare April 11, 2025 19:11
@danieldk danieldk marked this pull request as ready for review April 14, 2025 07:42

@Narsil Narsil left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@danieldk danieldk merged commit 84ab88d into main Apr 17, 2025
@danieldk danieldk deleted the gemma3-flashinfer branch April 17, 2025 16:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

google/gemma-3-27b-it context lenght issue

2 participants