-
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
Update rocm6.2_internal_testing branch with changes from rocm6.1_internal_testing branch #52
Conversation
This reverts commit cbeb5f5.
Fix scipy signal tests for ROCm (SWDEV-446431)
[SWDEV-446433] Fix the unit test parser in CuPy
Fix the parser in run_tests_rocm.py
Hi @shbiswas834 could you please check build failures in the CI. |
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.
Few minor changes might be needed to take care of versioning stuff. Otherwise thanks for creating the PR, it looks good.
cupy_backends/hip/cupy_hipsolver.h
Outdated
|
||
#if HIP_VERSION < 50631061 | ||
#if HIP_VERSION < 60240094 |
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.
Double check this one again, same as above.
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.
Addressed this above
@lcskrishna @AdrianAbeyta Please note the updated changes. I have updated this branch where I moved hipsolverDnParams_t under HIP_VERSION < 5063106. Verified the use of this variable from the rocm5.0 docker used for build tests. |
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.
Could you please update these final changes? Else everything looks good. After fixing the builds on all the versions, let's focus on unit-test cases separately.
Updates: |
@shbiswas834 we need to update conditions for only hipsolverDnParams_t. I have updated the code. |
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, all checks now passing. Thanks @shbiswas834 @lcskrishna
No description provided.