Skip to content

Commit

Permalink
hipSPARSELt supports cuSPARSELt v0.4 backend and not v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
neon60 committed Nov 20, 2023
1 parent 231594a commit bcdd2ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# hipSPARSELt

hipSPARSELt is a SPARSE marshalling library, with multiple supported backends. It sits between the application and a 'worker' SPARSE library, marshalling inputs into the backend library and marshalling results back to the application. hipSPARSELt exports an interface that does not require the client to change, regardless of the chosen backend. Currently, hipSPARSELt supports [rocSPARSELt](library/src/hcc_detial/rocsparselt) and [cuSPARSELt v0.3](https://docs.nvidia.com/cuda/cusparselt) as backends.
hipSPARSELt is a SPARSE marshalling library, with multiple supported backends. It sits between the application and a 'worker' SPARSE library, marshalling inputs into the backend library and marshalling results back to the application. hipSPARSELt exports an interface that does not require the client to change, regardless of the chosen backend. Currently, hipSPARSELt supports [rocSPARSELt](library/src/hcc_detial/rocsparselt) and [cuSPARSELt v0.4](https://docs.nvidia.com/cuda/cusparselt) as backends.

## Installing pre-built packages

Expand Down Expand Up @@ -66,7 +66,7 @@ The root of this repository has a helper bash script `install.sh` to build and i
* BF8 input/output, FP32 Matrix Core accumulate
* Add kernel selection and genroator, used to provide the appropriate solution for the specific problem.
* CUDA
* Support cusparseLt v0.3
* Support cusparseLt v0.4

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/supported-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ ROCm & CUDA supported functions

* CUDA

* Support cusparseLt v0.3
* Support cusparseLt v0.4
4 changes: 2 additions & 2 deletions docs/what-is-hipsparselt.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.. meta::
:description: hipSPARSELt is a SPARSE marshalling library that supports rocSPARSELt and cuSPARSELt
v0.3 backends
v0.4 backends
:keywords: hipSPARSELt, ROCm, SPARSE, library, API, HIP

.. _what-is-hipsparselt:
Expand All @@ -20,4 +20,4 @@ hipSPARSELt sits between the application and a 'worker' SPARSE library, marshall
backend library and marshalling results back to the application. It exports an interface that doesn't
require the client to change, regardless of the chosen backend. Current supported backends are:
`rocSPARSELt <https://github.com/ROCmSoftwarePlatform/hipSPARSELt/blob/develop/library/src/hcc_detail/rocsparselt>`_
and `cuSPARSELt v0.3 <https://docs.nvidia.com/cuda/cusparselt>`_.
and `cuSPARSELt v0.4 <https://docs.nvidia.com/cuda/cusparselt>`_.

0 comments on commit bcdd2ac

Please sign in to comment.