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

[PT_BREAK] Implement Tanh Gelu Approximation #3039

Merged
merged 7 commits into from
Feb 14, 2022

Commits on Nov 20, 2021

  1. Configuration menu
    Copy the full SHA
    324708b View commit details
    Browse the repository at this point in the history
  2. Rename x to input

    rdspring1 committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    b4ea547 View commit details
    Browse the repository at this point in the history
  3. Replace x*x with Pow(x,2)

    rdspring1 committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    b885b47 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    405cb06 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Configuration menu
    Copy the full SHA
    3ab5a37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f087317 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6c91c3 View commit details
    Browse the repository at this point in the history