summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-util/hip: fix HIP_CLANG_PATH detection in FindHIP.cmakeYiyang Wu2023-04-061-0/+1
| | | | | | | Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Benda Xu <heroxbd@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/29973
* dev-util/hip: backport patch to fix gcc-13 compile issueYiyang Wu2023-02-201-0/+1
| | | | | | Closes: https://bugs.gentoo.org/895396 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/hip: fix rocclr compile issueYiyang Wu2023-02-101-0/+4
| | | | | | | | | | Due to bbff88f734f62381b0a0624b4b2d182a8d4b8589, /usr/include/hsa.h is gone, so backport patch for rocclr to fix compile error. Bug: https://bugs.gentoo.org/893602 Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29513 Signed-off-by: Sam James <sam@gentoo.org>
* dev-util/hip: add back patch to strip -rpath in hipccYiyang Wu2023-02-061-0/+146
This fixes hipcc adding -rpath in compilation, which causes QA issue for building ROCm libraries, and linking the incorrect BLAS/LAPACK implementation to rocblas-test, which may cause testing performance degrade. Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/29443 Signed-off-by: Sam James <sam@gentoo.org>