1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
.. meta::
:description: rocBLAS documentation and API reference library
:keywords: rocBLAS, ROCm, API, Linear Algebra, documentation
.. _rocblas:
********************************************************************
rocBLAS documentation
********************************************************************
rocBLAS is the ROCm Basic Linear Algebra Subprograms (BLAS) library. rocBLAS is implemented in the :doc:`HIP programming language <hip:index>` and optimized for AMD GPUs.
This documentation set contains instructions for installing, understanding, and using the rocBLAS library.
To learn more, see :doc:`./what-is-rocblas`
The rocBLAS public repository is located at `<https://github.com/ROCm/rocBLAS>`_.
.. grid:: 2
:gutter: 3
.. grid-item-card:: Installation
* :doc:`Install rocBLAS on Linux <./install/Linux_Install_Guide>`
* :doc:`Install rocBLAS on Windows <./install/Windows_Install_Guide>`
.. grid:: 2
:gutter: 3
.. grid-item-card:: Conceptual
* :doc:`rocBLAS design notes <./conceptual/rocblas-design-notes>`
.. grid-item-card:: How To
* :doc:`Program with rocBLAS <./how-to/Programmers_Guide>`
* :doc:`Use logging with rocBLAS <./how-to/logging-in-rocblas>`
* :doc:`Contribute to rocBLAS <./how-to/Contributors_Guide>`
.. grid-item-card:: Examples
* `rocBLAS sample code <https://github.com/ROCm/rocBLAS/tree/develop/clients/samples>`_
.. grid-item-card:: Reference
* :ref:`api-reference-guide`
To contribute to the documentation, see `Contributing to ROCm <https://rocm.docs.amd.com/en/latest/contribute/contributing.html>`_.
You can find licensing information on the `Licensing <https://rocm.docs.amd.com/en/latest/about/license.html>`_ page.
|