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

refactor: Centralizing sigmoid implementation (FX Converter Refactor [2/N]) <Target: converter_reorg_proto> #1868

Merged
merged 2 commits into from
May 25, 2023

Conversation

narendasan
Copy link
Collaborator

Description

Centralizes the sigmoid converters into one implementation

Fixes # (issue)

Type of change

Please delete options that are not relevant and/or add your own.

  • Refactor

Checklist:

  • My code follows the style guidelines of this project (You can use the linters)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas and hacks
  • I have made corresponding changes to the documentation
  • I have added tests to verify my fix or my feature
  • New and existing unit tests pass locally with my changes
  • I have added the relevant labels to my PR in so that relevant reviewers are notified

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to C++ style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to C++ style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to Python style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to Python style guidelines

@narendasan narendasan changed the title refactor: Centralizing sigmoid implementation [2/N] refactor: Centralizing sigmoid implementation (FX Converter Refactor [2/N]) Apr 28, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to Python style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to C++ style guidelines

@narendasan narendasan force-pushed the converter_reorg_proto branch 2 times, most recently from c438fe2 to 9cec91e Compare April 28, 2023 22:55
@narendasan narendasan force-pushed the converter_reorg_sigmoid branch from 0d09d52 to 887610b Compare April 28, 2023 23:04
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to C++ style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to Python style guidelines

@narendasan narendasan force-pushed the converter_reorg_proto branch from 9cec91e to 9864d96 Compare April 28, 2023 23:28
@narendasan narendasan force-pushed the converter_reorg_sigmoid branch from 887610b to 00a0e39 Compare April 28, 2023 23:28
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to Python style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to C++ style guidelines

@narendasan narendasan force-pushed the converter_reorg_proto branch from 9864d96 to 8822b66 Compare May 1, 2023 16:23
@narendasan narendasan force-pushed the converter_reorg_sigmoid branch from 00a0e39 to 56fbc9f Compare May 1, 2023 16:24
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to Python style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to C++ style guidelines

@narendasan narendasan force-pushed the converter_reorg_sigmoid branch from 56fbc9f to ece6b1a Compare May 1, 2023 17:36
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to Python style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to C++ style guidelines

@narendasan narendasan force-pushed the converter_reorg_proto branch from 8822b66 to 1696cd2 Compare May 1, 2023 19:57
@narendasan narendasan force-pushed the converter_reorg_sigmoid branch from ece6b1a to 6cf5ffd Compare May 1, 2023 20:20
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to C++ style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to Python style guidelines

@narendasan narendasan changed the title refactor: Centralizing sigmoid implementation (FX Converter Refactor [2/N]) refactor: Centralizing sigmoid implementation (FX Converter Refactor [2/N]) <Target: converter_reorg_proto> May 12, 2023
@gs-olive gs-olive force-pushed the converter_reorg_proto branch from 1696cd2 to 12f545c Compare May 15, 2023 21:25
@gs-olive gs-olive force-pushed the converter_reorg_sigmoid branch from 6cf5ffd to 3ec137b Compare May 15, 2023 21:32
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to C++ style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to Python style guidelines

@narendasan
Copy link
Collaborator Author

narendasan commented May 20, 2023

@wushirong Can you review this PR. This is gating release of 1.4

@wushirong
Copy link
Contributor

can you check the comment on the adding fb16 test cases? once we get this, I think the diff is good to go.

@narendasan narendasan changed the base branch from converter_reorg_proto to main May 23, 2023 20:42
Signed-off-by: Naren Dasan <naren@narendasan.com>
@narendasan narendasan force-pushed the converter_reorg_sigmoid branch from 3ec137b to 9eabefd Compare May 23, 2023 20:49
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to Python style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to C++ style guidelines

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to Python style guidelines

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code conforms to C++ style guidelines

@narendasan narendasan merged commit 5be3b58 into main May 25, 2023
@narendasan narendasan deleted the converter_reorg_sigmoid branch May 25, 2023 18:15
narendasan added a commit that referenced this pull request May 30, 2023
…[2/N]) <Target: converter_reorg_proto> (#1868)

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
narendasan added a commit that referenced this pull request Jun 2, 2023
…[2/N]) <Target: converter_reorg_proto> (#1868)

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
narendasan added a commit that referenced this pull request Jun 2, 2023
…[2/N]) <Target: converter_reorg_proto> (#1868)

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
narendasan added a commit that referenced this pull request Jun 3, 2023
…[2/N]) <Target: converter_reorg_proto> (#1868)

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants