Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
Math Libraries Targets (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
saadrahim authored Dec 10, 2020
1 parent 6822ddd commit 9ca9387
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CMake/UsingCMakewithAMDROCm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,32 @@ ROCm CMake Packages
+===========+==========+=======================================================+
| HIP | hip | hip::host, hip::device |
+-----------+----------+-------------------------------------------------------+
| rocPRIM | rocprim | roc::rocprim |
+-----------+----------+-------------------------------------------------------+
| rocThrust | rocthrust| roc::rocthrust |
+-----------+----------+-------------------------------------------------------+
| hipCUB | hipcub | hip::hipcub |
+-----------+----------+-------------------------------------------------------+
| rocRAND | rocrand | roc::rocrand |
+-----------+----------+-------------------------------------------------------+
| rocBLAS | rocblas | roc::rocblas |
+-----------+----------+-------------------------------------------------------+
| rocSOLVER | rocsolver| roc::rocsolver |
+-----------+----------+-------------------------------------------------------+
| hipBLAS | hipblas | roc::hipblas |
+-----------+----------+-------------------------------------------------------+
| rocFFT | rocfft | roc::rocfft |
+-----------+----------+-------------------------------------------------------+
| hipFFT | hipfft | hip::hipfft |
+-----------+----------+-------------------------------------------------------+
| rocSPARSE | rocsparse| roc::rocsparse |
+-----------+----------+-------------------------------------------------------+
| hipSPARSE | hipsparse|roc::hipsparse |
+-----------+----------+-------------------------------------------------------+
| rocALUTION|rocalution| roc::rocalution |
+-----------+----------+-------------------------------------------------------+
| RCCL | rccl | rccl |
+-----------+----------+-------------------------------------------------------+
| MIOpen | miopen | MIOpen |
+-----------+----------+-------------------------------------------------------+
| MIGraphX | migraphx | migraphx::migraphx, migraphx::migraphx_c, |
Expand Down

0 comments on commit 9ca9387

Please sign in to comment.