forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 74
[release/2.7] Skip&Fix some testcases for Navi4x #2645
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[release/2.5][SWDEV-489778] NAVI4x UT parity for distributed config (#2327) I did a sweep of all the distributed failures on NAVI4x. On a high level, we were running into following issues: - MEM_EFF_ATTENTION is not supported on NAVI4x for 2.5 causing tensors not alike issues - Some UTs pass in future releases, skipped those - Some had slight tolerance fixes as we use hipblas in this branch as compared to hipblaslt in future branches Fixes #ISSUE_NUMBER
[release/2.5][SWDEV-489778] NAVI4x UT parity for distributed config (#2327) I did a sweep of all the distributed failures on NAVI4x. On a high level, we were running into following issues: - MEM_EFF_ATTENTION is not supported on NAVI4x for 2.5 causing tensors not alike issues - Some UTs pass in future releases, skipped those - Some had slight tolerance fixes as we use hipblas in this branch as compared to hipblaslt in future branches Fixes #ISSUE_NUMBER
Jenkins build for 00f48c63a533c333865211f1f3b424cc5c16632c commit finished as FAILURE |
@pruthvistony please review |
Jenkins build for a6a6ee3f9096c92245b7794972d1916f906ebe73 commit finished as FAILURE |
tests passed on Navi44 test commands:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Manual cherry-pick of #2401
Fixes #SWDEV-548314