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

[torchlib] Include bfloat16 as part of the float types #1894

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

justinchuby
Copy link
Collaborator

@justinchuby justinchuby commented Oct 8, 2024

Since onnx in opset 20 or so enabled bfloat16 for most relevant ops, we are just going to include allow them in torchlib (even though it is opset18 for now) to unblock bfloat16 model export.

@justinchuby justinchuby added the topic: torch_lib Related to the torch/aten function lib in development label Oct 8, 2024
@justinchuby justinchuby changed the title Include bfloat16 as part of the float types [torchlib] Include bfloat16 as part of the float types Oct 8, 2024
Copy link

codecov bot commented Oct 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.65%. Comparing base (db30dbb) to head (71ae659).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1894      +/-   ##
==========================================
- Coverage   74.67%   74.65%   -0.02%     
==========================================
  Files         251      251              
  Lines       27416    27415       -1     
  Branches     5013     5013              
==========================================
- Hits        20473    20468       -5     
- Misses       5963     5966       +3     
- Partials      980      981       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justinchuby justinchuby enabled auto-merge (squash) October 8, 2024 18:44
@justinchuby justinchuby merged commit 3be8fc4 into main Oct 8, 2024
29 of 41 checks passed
@justinchuby justinchuby deleted the justinchu/bfloat branch October 8, 2024 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: torch_lib Related to the torch/aten function lib in development
Projects
Development

Successfully merging this pull request may close these issues.

2 participants