diff options
author | Yiyang Wu <xgreenlandforwyy@gmail.com> | 2022-07-13 20:18:42 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2022-09-22 09:07:37 +0800 |
commit | abdf31db4cfb9a43bd7581ab271c03facf933490 (patch) | |
tree | bced3c91557fc505ddca665d20a9c533a971109e /profiles/base | |
parent | sci-libs/rocBLAS: add 5.1.3, using rocm.eclass (diff) | |
download | gentoo-abdf31db4cfb9a43bd7581ab271c03facf933490.tar.gz gentoo-abdf31db4cfb9a43bd7581ab271c03facf933490.tar.bz2 gentoo-abdf31db4cfb9a43bd7581ab271c03facf933490.zip |
sci-libs/rocFFT: add 5.1.3, use rocm.eclass
profiles/base: mask rocFFT-5.1.3 gfx906 amdgpu target, because
intolerable error found on Radeon VII.
No need to rebuilt rocFFT when hip upgrade because librocfft is
dynamically linked to libhipamd, while llvm SLOT does not matter because
it is only used to produce GPU kernels, libclang and libLLVM does not
linked in.
Signed-off-by: Yiyang Wu <xgreenlandforwyy@gmail.com>
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/package.use.mask | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 39c17ccff6de..13964d29926c 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -11,6 +11,12 @@ # Allowing that use flag for >=43.0 would stop users from updating nautilus >=app-text/evince-43.0 nautilus +# Yiyang Wu <xgreenlandforwyy@gmail.com> (2022-09-21) +# Intolerable mathematical errors found on AMD Radeon VII GPU during src_test, +# may lead to incorrect results in computation. +# https://github.com/ROCmSoftwarePlatform/rocFFT/issues/369 +=sci-libs/rocFFT-5.1.3 amdgpu_targets_gfx906 + # Georgy Yakovlev <gyakovlev@gentoo.org> (2022-09-17) # po4a crashes while translating # mask for now @@ -24,7 +30,7 @@ # bug #870211. dev-lang/rust llvm-libunwind -# Matt Jolly <Matt.Jolly@footclan.ninja (2022-09-09) +# Matt Jolly <Matt.Jolly@footclan.ninja> (2022-09-09) # app-antivirus/clamav JIT support requires LLVM <=13 # ebuild support is there but currently failing to link app-antivirus/clamav jit |