-
Notifications
You must be signed in to change notification settings - Fork 86
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
Bf16 gpu support #3630
base: develop
Are you sure you want to change the base?
Bf16 gpu support #3630
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3630 +/- ##
===========================================
- Coverage 92.18% 92.14% -0.04%
===========================================
Files 513 513
Lines 21576 21584 +8
===========================================
- Hits 19889 19888 -1
- Misses 1687 1696 +9 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
using half = _Float16; | ||
using half2 = migraphx::vec<half, 2>; | ||
using bf16 = ushort; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is duplicate typedefs here and they are both wrong. It should be using bf16 = __hip_bfloat16
.
This build is not recommended to merge 🔴 |
🔴bert_large_uncased_fp16: FAILED: MIGraphX is not within tolerance - check verbose output |
No description provided.