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

Replaced gpuAtomicAdd by fastAtomicAdd #7596

Merged
merged 1 commit into from
May 23, 2023

Conversation

vfdev-5
Copy link
Collaborator

@vfdev-5 vfdev-5 commented May 16, 2023

Fixes #7581

@pytorch-bot
Copy link

pytorch-bot bot commented May 16, 2023

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/7596

Note: Links to docs will display an error until the docs builds have been completed.

✅ No Failures

As of commit af3e889:
💚 Looks good so far! There are no failures yet. 💚

This comment was automatically generated by Dr. CI and updates every 15 minutes.

@vfdev-5 vfdev-5 force-pushed the fix-7581-use-fastAtomicAdd branch from 5e05f96 to 76e3419 Compare May 22, 2023 10:09
@vfdev-5 vfdev-5 requested a review from ezyang May 22, 2023 10:11
@vfdev-5 vfdev-5 force-pushed the fix-7581-use-fastAtomicAdd branch 2 times, most recently from 1a714ac to 138bc33 Compare May 22, 2023 20:29
@vfdev-5 vfdev-5 force-pushed the fix-7581-use-fastAtomicAdd branch from 138bc33 to af3e889 Compare May 22, 2023 20:57
@vfdev-5 vfdev-5 merged commit bd4471c into pytorch:main May 23, 2023
@vfdev-5 vfdev-5 deleted the fix-7581-use-fastAtomicAdd branch May 23, 2023 07:02
@github-actions
Copy link

Hey @vfdev-5!

You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py

facebook-github-bot pushed a commit that referenced this pull request May 31, 2023
Reviewed By: vmoens

Differential Revision: D46314047

fbshipit-source-id: 41261cbb938f0827bf743be57325710721c7f384
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.

Use fastAtomicAdd instead of gpuAtomicAdd
3 participants