Versions
v5.0.2 :: 0/5.0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64
- USE flags
- benchmark test
v4.3.0-r2 :: 0/4.3 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64
- USE flags
- benchmark test
v4.0.0-r1 :: 0 :: gentoo
- Modified
- License
- MIT
- Keywords
- ~amd64
USE flags
General
Dependencies
dev-cpp / benchmark : A microbenchmark support library
dev-cpp / gtest : Google C++ Testing Framework
dev-util / hip : C++ Heterogeneous-Compute Interface for Portability
dev-util / rocm-cmake : Radeon Open Compute CMake Modules
Runtime Dependencies
dev-cpp / benchmark : A microbenchmark support library
dev-cpp / gtest : Google C++ Testing Framework
dev-util / hip : C++ Heterogeneous-Compute Interface for Portability
dev-util / rocm-cmake : Radeon Open Compute CMake Modules
Depending packages
sci-libs / hipCUB : Wrapper of rocPRIM or CUB for GPU parallel primitives
sci-libs / rocSPARSE : Basic Linear Algebra Subroutines for sparse computation
sci-libs / rocThrust : HIP back-end for the parallel algorithm library Thrust
Bugs
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Benda Xu · gentoo
sci-libs/hipCUB: loosen the dependency on dev-util/hip
sci-libs/hipSPARSE: sci-libs/rocPRIM: sci-libs/rocRAND: sci-libs/rocSOLVER: sci-libs/rocSPARSE: same The possibility is pointed out by Cory Bloor: You can probably build the versions of rocBLAS and rocSOLVER tagged at rocm-5.1.1 with the HIP stack from ROCm 4.3.1. Just be sure to rebuild all the {roc,hip}{BLAS,SOLVER} libraries at the new tag, since they all use private (unstable) APIs provided by rocBLAS. The sci-libs/* ROCm packages should be aligned with sci-libs/rocBLAS, while the other dev-*/* ROCm packages should be aligned with dev-util/hip. Credit: Cory Bloor Suggested-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://bugs.gentoo.org/838394 Closes: https://bugs.gentoo.org/841982 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Benda Xu <heroxbd@gentoo.org> - YiyangWu · gentoo
sci-libs/rocPRIM: bump version to 5.0.2
rocPRIM now supports RDNA2. Tests past on RX 6700XT. Paralell tests disabled due to device access conflict. All tests passed on single Radeon RX 6700XT Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - YiyangWu · gentoo
sci-libs/rocPRIM: remove unused cmake variable
__skip_rocmclang is used to avoid configuration error for cmake-3.21.(1|2), which don't exist among ebuilds anymore, so this flag is not recognized. Closes: https://github.com/gentoo/gentoo/pull/23447 Closes: https://bugs.gentoo.org/829075 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - YiyangWu · gentoo
sci-libs/rocPRIM: bump version to 4.3.0
Enable src_test. Enable install benchmark exes as /usr/bin/rocPRIM_benchmark* Resolve GIT dependency error in this version Closes: https://bugs.gentoo.org/772173 Closes: https://github.com/gentoo/gentoo/pull/22111 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Benda Xu · gentoo
sci-libs/rocPRIM: HIP parallel primitives for ROCm GPU.
Bug: https://bugs.gentoo.org/650804 Bug: https://github.com/gentoo/gentoo/pull/10724 Suggested-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Suggested-by: Wilfried Holzke <gentoo@holzke.net> Package-Manager: Portage-3.0.12, Repoman-3.0.1 Signed-off-by: Benda Xu <heroxbd@gentoo.org>