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

[PTQ][OV] BF16 support #2307

Merged
merged 38 commits into from
Jul 12, 2024
Merged

Commits on Dec 7, 2023

  1. Configuration menu
    Copy the full SHA
    26b6c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f02d99 View commit details
    Browse the repository at this point in the history
  3. Update tests for BF16

    KodiaqQ committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    2bcfca9 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    KodiaqQ committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    65ce6dc View commit details
    Browse the repository at this point in the history
  5. Fix bf16 tests

    KodiaqQ committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    4f91018 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Added const with types

    KodiaqQ committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    69e2297 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. Apply comment

    KodiaqQ committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    de85c1d View commit details
    Browse the repository at this point in the history
  2. Disable tests

    KodiaqQ committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    058a6e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12447d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Remove BF16 from testing

    KodiaqQ committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    627ff67 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. Configuration menu
    Copy the full SHA
    6f011d9 View commit details
    Browse the repository at this point in the history
  2. Adjust to develop

    KodiaqQ committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f3c8ed8 View commit details
    Browse the repository at this point in the history
  3. Adjust BF16 suport in tests

    KodiaqQ committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c97c616 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    ccd0b91 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    7f670a0 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Added cast to fp32

    KodiaqQ committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    91bb312 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    ff8f0ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca6ff73 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Adapt F-/BC algos to BF16

    KodiaqQ committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    11f4929 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    c67ee84 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    833f7c9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Configuration menu
    Copy the full SHA
    097e938 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update implementation

    KodiaqQ committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    106ff8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2e5556 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Configuration menu
    Copy the full SHA
    5636d1a View commit details
    Browse the repository at this point in the history
  2. Fix pipeline tests

    KodiaqQ committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d2df92e View commit details
    Browse the repository at this point in the history
  3. Tensor names set update

    KodiaqQ committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    4f9cd37 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    87ea12e View commit details
    Browse the repository at this point in the history
  2. Extend OutputInsertionCommand

    KodiaqQ committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    1cdc747 View commit details
    Browse the repository at this point in the history
  3. Apply comments

    KodiaqQ committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7dfd1c1 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    9471ac8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Limit .get_data usage

    KodiaqQ committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    8ffe8ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5405bc9 View commit details
    Browse the repository at this point in the history
  3. Limit shared_memory usage

    KodiaqQ committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    5f4062b View commit details
    Browse the repository at this point in the history
  4. Fix WC

    KodiaqQ committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    cfa7ce9 View commit details
    Browse the repository at this point in the history
  5. Fix test_get_const_value

    KodiaqQ committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    f2add1f View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Apply comment

    KodiaqQ committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    5725636 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Apply minor comments

    KodiaqQ committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    3e531c4 View commit details
    Browse the repository at this point in the history