diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-18 20:04:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-26 11:46:05 +0100 |
commit | 9965f147595ed72fb3364099eb2209df6ed7f906 (patch) | |
tree | 4f9fbf152dc5a9d516e874a821f1d6f0839804e8 /dev-libs/pocl | |
parent | dev-cpp/rapidfuzz-cpp: Bump to 3.0.0 (diff) | |
download | gentoo-9965f147595ed72fb3364099eb2209df6ed7f906.tar.gz gentoo-9965f147595ed72fb3364099eb2209df6ed7f906.tar.bz2 gentoo-9965f147595ed72fb3364099eb2209df6ed7f906.zip |
profiles/use.desc: Make USE=cuda global
Add a global USE=cuda. It is used semi-consistently in 39 packages.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/34348
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/pocl')
-rw-r--r-- | dev-libs/pocl/metadata.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-libs/pocl/metadata.xml b/dev-libs/pocl/metadata.xml index a4227dd06f59..385844d354c1 100644 --- a/dev-libs/pocl/metadata.xml +++ b/dev-libs/pocl/metadata.xml @@ -7,7 +7,6 @@ <use> <flag name="accel">Enable the generic hardware accelerator device driver</flag> <flag name="conformance">Ensures that certain build options which would result in non-conformant pocl build stay disabled. Note that this does not quarantee a fully conformant build of pocl.</flag> - <flag name="cuda">Enable the CUDA backend for NVIDIA GPUs</flag> <flag name="float-conversion">When enabled, OpenCL printf() call's f/e/g formatters are handled by pocl. When disabled, these are handled by system C library.</flag> <flag name="hardening">Enable hardening against various attacks. May worsen performance</flag> <!--<flag name="hsa">Enable the HSA base profile runtime device driver</flag>--> |