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

[PyTorch] Activation operations #1164

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Commits on Sep 6, 2024

  1. Add activation ops

    Signed-off-by: Tim Moon <[email protected]>
    timmoon10 committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5a35550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b7b69f View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Fix lint warnings

    Signed-off-by: Tim Moon <[email protected]>
    timmoon10 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cf36606 View commit details
    Browse the repository at this point in the history
  2. Fix linter warning

    Signed-off-by: Tim Moon <[email protected]>
    timmoon10 authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    9fc61dc View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    996ffed View commit details
    Browse the repository at this point in the history
  2. Update to use QuantizedTensor

    Signed-off-by: Tim Moon <[email protected]>
    timmoon10 committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    c0f6101 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    9e07b9b View commit details
    Browse the repository at this point in the history
  2. Respect PyTorch autograd dtype

    Signed-off-by: Tim Moon <[email protected]>
    timmoon10 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    099508d View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Rename CastFloat8 op to Quantize

    Signed-off-by: Tim Moon <[email protected]>
    timmoon10 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    e1566e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6db1ddb View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Add support for fused dSwiGLU-cast-transpose

    Signed-off-by: Tim Moon <[email protected]>
    timmoon10 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    ada6804 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01327c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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