summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sci-libs/rocSOLVER: disable all the non-FHS symlinks.Benda Xu2023-07-291-9/+2
| | | | | Bug: https://bugs.gentoo.org/911400 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocSOLVER: non-versioned dependency on libfmt.Benda Xu2023-07-294-3/+113
| | | | | | | Version bump to 5.4.2, in line with rocBLAS. Bug: https://bugs.gentoo.org/908651 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocSOLVER: drop 5.0.2Andreas Sturmlechner2023-02-012-78/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-libs/rocSOLVER: drop 4.3.0-r1Andreas Sturmlechner2022-12-193-97/+0
| | | | Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
* sci-libs/rocSOLVER: clean redundant fileYiyang Wu2022-09-222-174/+1
| | | | | | | | Fixes QA warning Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27394 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/miopen: bump to 5.1.3, switch to vanilla clang-14Yiyang Wu2022-09-221-1/+0
| | | | | | | | | | | | | | | | | | Comparing to 5.0.2, 5.1.3 also has: 1. corrected dependencies 2. compilation errors fixed for gcc-12 (although ROCm-5.1.3 on clang-14 is incompatible with gcc-12, the patch would be useful when using clang-15) 3. deprecation of clang-ocl 4. cmake_src_prepare moved to the front, because src_prepare needs BUILD_DIR 5. fix invalid metadata issue found by using vanilla clang 6. enable test on specific arch Closes: https://github.com/gentoo/gentoo/pull/27219 Bugs: https://github.com/ROCmSoftwarePlatform/MIOpen/issues/1731 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocSOLVER: add 5.1.3, using rocm.eclassYiyang Wu2022-09-223-0/+253
| | | | | | | require dev-libs/libfmt-8 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/rocSOLVER: restrict to dev-libs/libfmt-8Yiyang Wu2022-08-271-1/+1
| | | | | | | Closes: https://bugs.gentoo.org/866839 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/27026 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
* sci-libs/rocSOLVER: bump version to 5.0.2YiyangWu2022-05-033-0/+251
| | | | | | | | | | | According to https://github.com/ROCmSoftwarePlatform/rocSOLVER/issues/367#issuecomment-1099821708 hip and low-level runtimes of rocm does not need to be the same version with high-level libraries. Loosen dev-util/hip SLOT dependencies 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>
* sci-libs/hipCUB: loosen the dependency on dev-util/hipBenda Xu2022-05-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* sci-libs/rocSOLVER: Next generation LAPACK implementation for ROCmYiyangWu2022-01-265-0/+128
It is the lapack package of ROCm GPGPU frame work, dependency of hipBLAS and many other GPU accelerated frameworks (e.g. tensorflow) Closes: https://github.com/gentoo/gentoo/pull/23789 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>