-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Conversation
Does this require a compat bounds update? How about a regression test? |
We
Yes, as already done in #755. But let's do it here as anything pre 0.5 would not run. |
@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 |
Can we merge this and patch release? |
.gitignore
Outdated
|
||
.vscode/ |
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.
This should go in your own excludes file, see https://git-scm.com/docs/gitignore
Thanks! |
This PR fixes a bug introduced with a recent update of AMDGPU.jl