-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cusparse-hipsparse integration #53
Conversation
…ckends/cuda/libs/cusparse.pyx
---------------------- TEST SUMMARY ------------------ |
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.
Please check CI failures and my comments below
@@ -103,9 +103,6 @@ cpdef enum: | |||
CUSPARSE_SOLVE_POLICY_NO_LEVEL = 0 | |||
CUSPARSE_SOLVE_POLICY_USE_LEVEL = 1 | |||
|
|||
CUSPARSE_ALG_NAIVE = 0 |
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.
Why are only these two enums removed from here and moved under the IF condition?
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.
@bmedishe Could you review this one with 6.0_internal_testing branch. Looks like these enum values shouldn't be re-ordered..
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.
@lcskrishna these two enums do not have hip mapping
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
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.
Hi @bmedishe Could you have a full test run one final time with latest rocm/pytorch and upload the full log here.
Otherwise this PR LGTM.
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 pending the full log!
All tests pass except for 24 nccl tests |
List of failed NCCL tests |
Fails with cupy_backends.cuda.api.runtime_hip.CUDARuntimeError: hipErrorNoDevice: no ROCm-capable device is detected |
No description provided.