ROCm / hipBLASLt

hipBLASLt is a library that provides general matrix-matrix operations with a flexible API and extends functionalities beyond a traditional BLAS library
https://rocm.docs.amd.com/projects/hipBLASLt/en/latest/index.html
MIT License
41 stars 57 forks source link

cublasLtMatrixTransform() equivalent #133

Open yves-renier opened 1 year ago

yves-renier commented 1 year ago

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 1 year ago

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

jichangjichang commented 1 year ago

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