ROCm/hipBLASLt

cublasLtMatrixTransform() equivalent

yves-renier opened this issue · 4 comments

Hello,
I did not find any reference of an equivalent of the function cublasLtMatrixTransform() in hipBLASLt.
Is there any plan to make one available ?

ewof commented

would be nice
latest bitsandbytes can't be hipified because of use of cublasLtMatrixTransform()

No plan so far.
The transpose operation can be set through cublasLtMatmulDescSetAttribute() before calling cublasLtMatmul().

@jichangjichang Is there still no plans to implement equivalent of the function cublasLtMatrixTransform() in hipBLASLt? If not, please advise if I can close ticket as not planned. Thanks!