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 AMDGPU test #753

Closed
wants to merge 4 commits into from
Closed

Update AMDGPU test #753

wants to merge 4 commits into from

Conversation

luraess
Copy link
Contributor

@luraess luraess commented Jul 22, 2023

Modify sync function.

Other infos:

  • Since AMDGPU v0.5, we no longer use HSA but HIP as backend. This makes the low-level AMDGPU API much closer to CUDA but introduces breaking changes.
  • Also, AMDGPU currently only works properly with Julia 1.9

Given the ☝️, tests should rather only support AMDGPU >= 0.5 and Julia 1.9. For MPI.jl, I don't know how to handle it. I'd lean towards restricting the usage of AMDGPU Ext to Julia 1.9, AMDGPU 0.5...

@luraess luraess mentioned this pull request Jul 22, 2023
5 tasks
@giordano
Copy link
Member

giordano commented Jul 22, 2023

As a general remark working with Git and GitHub, opening a PR from a branch with the same name as the target branch is an anti-pattern. You should always create a new branch. This is the reason why the history of this PR has completely unrelated commits, which make review confusing.

@luraess
Copy link
Contributor Author

luraess commented Jul 22, 2023

As a general remark working with Git and GitHub, opening a PR from a branch with the same name as the target branch is an anti-pattern. You should always create a new branch. This is the reason why the history of this PR has completely unrelated commits, which make review confusing.

Closing this in favour of #754

@luraess luraess closed this Jul 22, 2023
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.

3 participants