Skip to content
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

Merged
merged 20 commits into from
Apr 24, 2024

Conversation

shbiswas834
Copy link

No description provided.

@lcskrishna
Copy link

Hi @shbiswas834 could you please check build failures in the CI.

Copy link

@lcskrishna lcskrishna left a 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 Show resolved Hide resolved

#if HIP_VERSION < 50631061
#if HIP_VERSION < 60240094

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed this above

@lcskrishna lcskrishna requested a review from amathews-amd April 20, 2024 05:33
@shbiswas834
Copy link
Author

@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.

@shbiswas834 shbiswas834 self-assigned this Apr 22, 2024
@shbiswas834
Copy link
Author

shbiswas834 commented Apr 23, 2024

Cupy unit test suit logs

@AdrianAbeyta

Copy link

@lcskrishna lcskrishna left a 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.

cupy_backends/hip/cupy_hipsolver.h Show resolved Hide resolved
@shbiswas834
Copy link
Author

shbiswas834 commented Apr 24, 2024

Updates:

  • Initial error: ROCm 6.2 throws this error if hipsolverDnParams_t is declared
    image
  • hipsolverDnParams_t is required HIP_VERSION < 60240092 hence encased it under single condition
  • HIP_VERSION acquired from docker container
  • updated condition checked in dockers with ROCm 5.0, 6.1 & 6.2 with successful builds

@lcskrishna
Copy link

@shbiswas834 we need to update conditions for only hipsolverDnParams_t. I have updated the code.

@AdrianAbeyta AdrianAbeyta requested a review from lcskrishna April 24, 2024 21:13
Copy link

@AdrianAbeyta AdrianAbeyta left a 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

@AdrianAbeyta AdrianAbeyta merged commit cb44155 into rocm6.2_internal_testing Apr 24, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants