diff options
author | 2023-12-10 15:39:27 +0100 | |
---|---|---|
committer | 2023-12-22 14:42:03 +0200 | |
commit | c0c986c16181ca951c9dde8c95366a72f1dab88f (patch) | |
tree | 9fe73b5441f760eb4748e97d05fe49ebe6a28939 /profiles/arch/base | |
parent | net-print/epson-inkjet-printer-escpr: add 1.2.9 (diff) | |
download | gentoo-c0c986c16181ca951c9dde8c95366a72f1dab88f.tar.gz gentoo-c0c986c16181ca951c9dde8c95366a72f1dab88f.tar.bz2 gentoo-c0c986c16181ca951c9dde8c95366a72f1dab88f.zip |
profiles: allow USE=cudnn only on amd64
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34213
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'profiles/arch/base')
-rw-r--r-- | profiles/arch/base/use.mask | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/profiles/arch/base/use.mask b/profiles/arch/base/use.mask index f22a9296aa68..8e1119a0b402 100644 --- a/profiles/arch/base/use.mask +++ b/profiles/arch/base/use.mask @@ -37,6 +37,10 @@ oci8 cuda nvenc +# Paul Zander <negril.nx+gentoo@gmail.com> (2023-12-10) +# cuDNN only works on amd64 +cudnn + # ROCm/HIP only works on amd64 hip |