Files
ROCm/docs/reference/gpu_libraries/c++_primitives.md
Sam Wu 524f009280 Links for Reference pages (#2307)
* reorg toc to match all ref material page

* add links to docs, github, and changelogs
2023-07-07 09:37:15 -06:00

1.5 KiB

C++ Primitive Libraries

ROCm template libraries for algorithms are as follows:

:::::{grid} 1 1 3 3 :gutter: 1

:::{grid-item-card} {doc}rocPRIM <rocprim:index> rocPRIM is an AMD GPU optimized template library of algorithm primitives, like transforms, reductions, scans, etc. It also serves as a common back-end for similar libraries found inside ROCm.

:::

:::{grid-item-card} {doc}rocThrust <rocthrust:index> rocThrust is a template library of algorithm primitives with a Thrust-compatible interface. Their CPU back-ends are identical, while the GPU back-end calls into rocPRIM.

:::

:::{grid-item-card} {doc}hipCUB <hipcub:index> hipCUB is a template library of algorithm primitives with a CUB-compatible interface. It's back-end is rocPRIM.

:::

:::::