hipSPARSELt#
hipSPARSELt Documentation
The hipSPARSELt library is organized as follows:
- Data types
- Library management functions
- Matrix descriptor functions
- Matrix multiply (matmul) functions
- Matmul descriptor functions
- Matmul algorithm functions
- Helper functions
- Auxilary functions
Note: Unless otherwise stated, all hipSPARSELt library functions are non-blocking and run asynchronously with respect to the host. They might return before the actual computation has finished. To force synchronization, use hipDeviceSynchronize
or hipStreamSynchronize
.