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

[Inductor] Enable Inductor to support BF16 atomic_add #96620

Closed
wants to merge 2 commits into from

Conversation

@pytorch-bot
Copy link

pytorch-bot bot commented Mar 12, 2023

🔗 Helpful Links

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

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

✅ No Failures

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

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

EikanWang added a commit that referenced this pull request Mar 12, 2023
ghstack-source-id: a05bbfc1f89f7b984b90fa5ddc986c3dc7515c8f
Pull Request resolved: #96620
@EikanWang EikanWang added topic: not user facing topic category intel This tag is for PR from Intel labels Mar 12, 2023
@EikanWang EikanWang linked an issue Mar 12, 2023 that may be closed by this pull request
@@ -6103,6 +6103,48 @@ def test_cpu_vec_cosim(self):
union = {*cpp_vec_op_list, *diff}
self.assertTrue(set(cpp_op_list).issubset(union))

def test_atomic_add(self):
Copy link
Collaborator

Choose a reason for hiding this comment

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

If it is specific to bfloat16, add "bfloat16" suffix to the test function name? Otherwise, consider to make it general for other types.

cc jgong5 mingfeima XiaobingSuper sanchitintel ashokei jingxu10 soumith voznesenskym penguinwu anijain2305 Guobing-Chen zhuhaozhe blzheng Xia-Weiwen wenzhe-nrv jiayisunx peterbell10 desertfire

[ghstack-poisoned]
@EikanWang
Copy link
Collaborator Author

@pytorchbot merge

@pytorch-bot pytorch-bot bot added the ciflow/trunk Trigger trunk jobs on your pull request label Mar 14, 2023
@pytorchmergebot
Copy link
Collaborator

Merge started

Your change will be merged once all checks pass (ETA 0-4 Hours).

Learn more about merging in the wiki.

Questions? Feedback? Please reach out to the PyTorch DevX Team

Advanced Debugging
Check the merge workflow status
here

cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 23, 2023
cyyever pushed a commit to cyyever/pytorch_private that referenced this pull request Mar 27, 2023
@facebook-github-bot facebook-github-bot deleted the gh/EikanWang/29/head branch June 8, 2023 14:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ciflow/inductor ciflow/trunk Trigger trunk jobs on your pull request intel This tag is for PR from Intel Merged module: inductor open source topic: not user facing topic category
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

gather torch.compile fails in backward for bf16 datatype input
5 participants