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

Implement GELU as function op #5277

Merged
merged 26 commits into from
Jul 10, 2023
Merged

Implement GELU as function op #5277

merged 26 commits into from
Jul 10, 2023

Commits on Jul 5, 2023

  1. Added implementation for GELU

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    12bbb48 View commit details
    Browse the repository at this point in the history
  2. adding unit test for gelu

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0cf8a6c View commit details
    Browse the repository at this point in the history
  3. updated attribute name from appox to approximate + added trivial auto…

    …matic_upgrade_tests
    
    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2733669 View commit details
    Browse the repository at this point in the history
  4. updated doc and unit test

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9ccb7ff View commit details
    Browse the repository at this point in the history
  5. Adding generated doc files

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c4503e9 View commit details
    Browse the repository at this point in the history
  6. adding test data files

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f23be94 View commit details
    Browse the repository at this point in the history
  7. update to test name and added reference op implementation

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    c7e5dde View commit details
    Browse the repository at this point in the history
  8. updates based on PR feedback

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    0f62240 View commit details
    Browse the repository at this point in the history
  9. fixed linting issues and test failures

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ab54319 View commit details
    Browse the repository at this point in the history
  10. Disabled GELU ORT tests for gelu (opset 20)

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ad40911 View commit details
    Browse the repository at this point in the history
  11. Fixed C++ linting issues

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    fc730d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 8, 2023

  1. Added implementation for GELU

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    8f43c38 View commit details
    Browse the repository at this point in the history
  2. adding unit test for gelu

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    7851925 View commit details
    Browse the repository at this point in the history
  3. updated attribute name from appox to approximate + added trivial auto…

    …matic_upgrade_tests
    
    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    9316001 View commit details
    Browse the repository at this point in the history
  4. updated doc and unit test

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    283a4fd View commit details
    Browse the repository at this point in the history
  5. Adding generated doc files

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    58f8280 View commit details
    Browse the repository at this point in the history
  6. adding test data files

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    2bb3236 View commit details
    Browse the repository at this point in the history
  7. update to test name and added reference op implementation

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    fd95e25 View commit details
    Browse the repository at this point in the history
  8. updates based on PR feedback

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    b2f86d5 View commit details
    Browse the repository at this point in the history
  9. fixed linting issues and test failures

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    a47c3c1 View commit details
    Browse the repository at this point in the history
  10. Disabled GELU ORT tests for gelu (opset 20)

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    e9eeb1d View commit details
    Browse the repository at this point in the history
  11. Fixed C++ linting issues

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    ba95b2f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2d00e99 View commit details
    Browse the repository at this point in the history
  13. Updated Changelog to account for onnx#5390

    Signed-off-by: pranshupant <pranshupant@gmail.com>
    pranshupant committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    00b977f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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