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

Remove redundant torch.abs in sim check #2822

Closed
wants to merge 1 commit into from

Conversation

acoskunses-AMD
Copy link
Contributor

Summary:
The absolute value is redundant because
the next step involves squaring the differences,
which makes all values non-negative.

Summary:
The absolute value is redundant because
the next step involves squaring the differences,
which makes all values non-negative.
@facebook-github-bot
Copy link
Contributor

Hi @acoskunses-AMD!

Thank you for your pull request and welcome to our community.

Action Required

In order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you.

Process

In order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA.

Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with CLA signed. The tagging process may take up to 1 hour after signing. Please give it that time before contacting us about it.

If you have received this in error or have any questions, please contact us at [email protected]. Thanks!

Copy link

netlify bot commented Jul 11, 2024

Deploy Preview for pytorch-fbgemm-docs ready!

Name Link
🔨 Latest commit c1d093a
🔍 Latest deploy log https://app.netlify.com/sites/pytorch-fbgemm-docs/deploys/66b717502e8ce70009ca1be6
😎 Deploy Preview https://deploy-preview-2822--pytorch-fbgemm-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@acoskunses-AMD
Copy link
Contributor Author

@jianyuh @jwfromm

@facebook-github-bot
Copy link
Contributor

@spcyppt has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

@q10 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

facebook-github-bot pushed a commit that referenced this pull request Aug 21, 2024
Summary:
The absolute value is redundant because
the next step involves squaring the differences,
which makes all values non-negative.

X-link: #2822

Pulled By:
spcyppt

X-link: facebookresearch/FBGEMM#109

spcyppt

Reviewed By: q10

Differential Revision: D61492832

fbshipit-source-id: 9208ba1c6c572b500e4e2c505ec6fc8a93a01c77
@spcyppt spcyppt closed this Aug 22, 2024
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