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

Fix ROCm-aware MPI extension #763

Merged
merged 6 commits into from
Sep 5, 2023
Merged

Conversation

utkinis
Copy link
Contributor

@utkinis utkinis commented Sep 5, 2023

This PR fixes a bug introduced with a recent update of AMDGPU.jl

@giordano
Copy link
Member

giordano commented Sep 5, 2023

Does this require a compat bounds update? How about a regression test?

@luraess
Copy link
Contributor

luraess commented Sep 5, 2023

We

Does this require a compat bounds update?

Yes, as already done in #755. But let's do it here as anything pre 0.5 would not run.

@utkinis
Copy link
Contributor Author

utkinis commented Sep 5, 2023

@giordano I've updated combat bounds for AMDGPU.jl. There is no other functionality to do the regression testing against, this change just fixes the conversion of ROCArray to a Julia pointer, which didn't exist in AMDGPU prior to 0.5.7

@luraess
Copy link
Contributor

luraess commented Sep 5, 2023

Can we merge this and patch release?

.gitignore Outdated
Comment on lines 5 to 6

.vscode/
Copy link
Member

Choose a reason for hiding this comment

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

This should go in your own excludes file, see https://git-scm.com/docs/gitignore

.gitignore Outdated Show resolved Hide resolved
@simonbyrne simonbyrne merged commit c1794e9 into JuliaParallel:master Sep 5, 2023
@luraess
Copy link
Contributor

luraess commented Sep 6, 2023

Thanks!

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