hipSPARSELt User Guide#
Contents:
- 1. Introduction
- 2. Installation and Building for Linux
- 3. API Reference Guide
- 4. Using hipSPARSELt API
- 4.1. Types
- 4.1.1. hipsparseLtHandle_t
- 4.1.2. hipsparseLtMatDescriptor_t
- 4.1.3. hipsparseLtMatmulDescriptor_t
- 4.1.4. hipsparseLtMatmulAlgSelection_t
- 4.1.5. hipsparseLtMatmulPlan_t
- 4.1.6. hipsparseLtDatatype_t
- 4.1.7. hipsparseLtSparsity_t
- 4.1.8. hipsparseLtMatDescAttribute_t
- 4.1.9. hipsparseLtComputetype_t
- 4.1.10. hipsparseLtMatmulDescAttribute_t
- 4.1.11. hipsparseLtMatmulAlg_t
- 4.1.12. hipsparseLtPruneAlg_t
- 4.1.13. hipsparseLtMatmulAlgAttribute_t
- 4.1.14. hipsparseLtSplitKMode_t
- 4.2. Exported Sparse Functions
- 4.3. Asynchronous API
- 4.4. Library Management Functions
- 4.5. Matrix Descriptor Functions
- 4.6. Matmul Descriptor Functions
- 4.7. Matmul Algorithm Functions
- 4.8. Matmul Functions
- 4.9. Helper Functions
- 4.1. Types