Skip to content

Update rocBLAS wrapper#402

Closed
pxl-th wants to merge 3 commits intomasterfrom
pxl-th/blas-generator
Closed

Update rocBLAS wrapper#402
pxl-th wants to merge 3 commits intomasterfrom
pxl-th/blas-generator

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