Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAF][one-optimize] Optimize part of the transformer's attention-head #12918

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Apr 24, 2024

  1. [DRAF][one-optimize] Optimize part of the transformer's attention-head

    This draft introduces two new passes to optimize part of the transformer's attention-head: FuseMulWithFullyConnected and FuseStridedSlicesNegAsMul.
    
    ONE-DCO-1.0-Signed-off-by: Artem Balyshev <a.balyshev@samsung.com>
    Artem Balyshev committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    8974450 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. add recipes and tests

    Artem Balyshev committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    fd5b254 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. fix name

    Artem Balyshev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    a342946 View commit details
    Browse the repository at this point in the history
  2. fix fuse fc mul pass

    Artem Balyshev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8821352 View commit details
    Browse the repository at this point in the history
  3. fix assert

    Artem Balyshev committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7af6c41 View commit details
    Browse the repository at this point in the history