-
Notifications
You must be signed in to change notification settings - Fork 46
Add i8 in DATA_TYPES_ATTENTION #1838
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
Conversation
we don't have CI for perfRunner I think. Please, could you test this works manually? |
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.
LGTM but test locally and report back before merging
@umangyadav @dhernandez0 |
5580fd4
to
6958ba4
Compare
it looks like it fails f32, did you run this on a navi machine? that could be the reason. Please, try i8 attention. |
Codecov ReportAll modified and coverable lines are covered by tests ✅ Additional details and impacted files@@ Coverage Diff @@
## develop #1838 +/- ##
===========================================
- Coverage 78.52% 78.05% -0.47%
===========================================
Files 100 100
Lines 29907 30175 +268
Branches 4452 4675 +223
===========================================
+ Hits 23482 23551 +69
- Misses 4590 4602 +12
- Partials 1835 2022 +187
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
7cd28ee
to
aa0584d
Compare
aa0584d
to
2cc2390
Compare
I understand the test was not done and it fails? Did we check that’s not the case before merging? @umangyadav @dorde-antic |
I ran following on Navi3x and it passed and CI was green. But i have not ran it through perfRunner.py though. @dorde-antic would it be possible for you to check later ?
|
@dhernandez0 @umangyadav I will try perfRunner as mentioned in comment a little bit later and also I'll look up why is the first thing (not trying i8) happening, but for the second thing I think that I will be able to do it once I finish work related to other urgent issue which is bug. |
Datatype i8 was missing in DATA_TYPES_ATTENTION in perfRunner.py
Resolves https://github.com/ROCm/rocMLIR-internal/issues/1836