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 rocBLAS wrapper #402

Closed
wants to merge 3 commits into from
Closed

Update rocBLAS wrapper #402

wants to merge 3 commits into from

Conversation

pxl-th
Copy link
Member

@pxl-th pxl-th commented Mar 29, 2023

Separated from #374.
Closes #384.

  • Generate rocBLAS wrapper using Clang.jl.
  • trmm! now behaves like BLAS equivalent. Meaning, it now modifies in-place, instead of storing the result in the third argument.
  • Update BLAS tests a bit.
  • Fix SyncState failing to store Ptr{ihipStream_t} thus failing to synchronize on rocBLAS functions. Previously mark! was accepting only Ptr{Cvoid}, which lead to other types being silently ignored...

@pxl-th pxl-th assigned pxl-th and unassigned pxl-th Mar 29, 2023
@pxl-th pxl-th closed this Mar 29, 2023
@pxl-th pxl-th deleted the pxl-th/blas-generator branch April 7, 2023 21:17
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.

rocBLAS: Remove old hand-wrapped code
1 participant