Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1009 Bytes

index.rst

File metadata and controls

21 lines (16 loc) · 1009 Bytes

rocSPARSE Documentation

rocSPARSE exposes a common interface that provides Basic Linear Algebra Subroutines for sparse computation implemented on top of AMD's Radeon Open Compute ROCm runtime and toolchains. rocSPARSE is created using the HIP programming language and optimized for AMD's latest discrete GPUs.

In the following, three separate chapters are available:

  • user_manual: This is the manual of rocSPARSE. It can be seen as a starting guide for new users but also a reference book for more experienced developers.
  • design_document: The Design Document is targeted to advanced users / developers that want to understand, modify or extend the functionality of the rocSPARSE library. To embed rocSPARSE into your project, it is not required to read the Design Document.
  • API <api>: This is a list of API functions provided by rocSPARSE.

usermanual design