mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 00:05:54 +03:00
All host (shim) libraries are downloaded unconditionally for each ROCm version. It looks like a Gentoo way to solve this would be introduction of some USE expand like rocm_release_X_X. But at this moment this package is one of its kind; also binary for each release is only 3-4 mb, so for now let's download all of them. Another simple alternative would be to compile host (shim) part and use prebuilt device kernels, but host part consists of 20000 autogenerated C++ files, which barely can be named as "aotriton-bin". Regarding gfx1103: it is not supported now, but will be supported in the next release, see https://github.com/ROCm/aotriton/pull/138. Closes: https://bugs.gentoo.org/965907 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44595 Closes: https://github.com/gentoo/gentoo/pull/44595 Signed-off-by: Sam James <sam@gentoo.org>