add hiptensor to list of libs (#2414)

This commit is contained in:
Sam Wu
2023-08-31 14:18:57 -06:00
committed by GitHub
parent d0953efad0
commit 62c0afd5ba
2 changed files with 11 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ ROCm template libraries for C++ primitives and algorithms are as follows:
- {doc}`rocPRIM <rocprim:index>`
- {doc}`rocThrust <rocthrust:index>`
- {doc}`hipCUB <hipcub:index>`
- {doc}`hipTensor <hiptensor:index>`
:::

View File

@@ -40,4 +40,14 @@ interface. It's back-end is rocPRIM.
:::
:::{grid-item-card} {doc}`hipTensor <hiptensor:index>`
hipTensor is AMD's C++ library for accelerating tensor primitives
based on the composable kernel library,
through general purpose kernel languages, like HIP C++.
- {doc}`Documentation <hiptensor:index>`
- [GitHub](https://github.com/ROCmSoftwarePlatform/hipTensor)
:::
:::::