Rocsparse Support for AMDGPU.jl#298
Closed
matinraayai wants to merge 48 commits intoJuliaGPU:masterfrom
Closed
Conversation
Member
|
@matinraayai |
Contributor
Author
|
@jpsamaroo should debug two kernels in the tests that segfault. Otherwise it should be go. |
43136ba to
1280bfc
Compare
|
Any updates on this? Looks promising! |
Member
|
Not yet, but mostly because we're working on getting #374 merged first, which will bring a bunch of fixes and a more consistent system for dealing with HIP. There are outstanding synchronization bugs with this PR, but I suspect that they'll be easily fixable once task support is merged. |
(cherry picked from commit 62cf82d)
(cherry picked from commit ed48276)
(cherry picked from commit fbf4f60)
(cherry picked from commit 59894d3)
(cherry picked from commit 1fe5a41)
(cherry picked from commit 95727ae)
(cherry picked from commit 1a5b421)
(cherry picked from commit 6ee90d3)
(cherry picked from commit 16f977b)
(cherry picked from commit ef683ab)
(cherry picked from commit b416bc4)
(cherry picked from commit b5b7ade)
(cherry picked from commit c7cc616)
(cherry picked from commit 41d2d41)
(cherry picked from commit 68d0c37)
(cherry picked from commit e26be82)
(cherry picked from commit ecd9e8a)
(cherry picked from commit b62e265)
(cherry picked from commit 7355b83)
(cherry picked from commit 9237b9c)
(cherry picked from commit 39433e1)
(cherry picked from commit 2f520ea)
(cherry picked from commit 07a603e)
(cherry picked from commit cfba911)
(cherry picked from commit 713f5ac)
(cherry picked from commit 7c69861)
(cherry picked from commit 15fd0a7)
(cherry picked from commit b327ce7)
(cherry picked from commit 05419e6)
(cherry picked from commit 4c52aab)
(cherry picked from commit 37ce8a6)
(cherry picked from commit fbf4f60)
(cherry picked from commit ef683ab)
(cherry picked from commit 75b94bc)
Contributor
Author
|
@pxl-th can you take a look at the generic tests for rocsparse? There still might be some timing issues with HIP. I'm trying to get to the bottom of it. |
Member
|
I'll take a look at it shortly! |
Merged
Member
|
Superseded by #463. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@jpsamaroo this is my somewhat working branch of the rocsparse port. Please see if you are able to debug the
broadcast.jlandlinalg.jltests in the rocsparse folder.