Files
gentoo/sci-libs/clblast/metadata.xml
Michał Górny 3ec937d53b profiles/use.desc: Make USE=opencl global
Add a global USE=opencl flag.  The flag is used consistently in 30
packages, and most of them do not provide any additional information
worth preserving.

Signed-off-by: Michał Górny <mgorny@gentoo.org>
2023-12-18 19:52:36 +01:00

29 lines
1.0 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<longdescription>
CLBlast is a modern, lightweight, performant and tunable OpenCL
BLAS library written in C++11. It is designed to leverage the full
performance potential of a wide variety of OpenCL devices from
different vendors, including desktop and laptop GPUs, embedded
GPUs, and other accelerators. CLBlast implements BLAS routines:
basic linear algebra subprograms operating on vectors and
matrices.
</longdescription>
<use>
<flag name="client">
Enable compilation of the clients to test and compare performance with reference libraries
</flag>
<flag name="cuda">
Build with support for cuda instead of opencl (beta!)
</flag>
</use>
<upstream>
<remote-id type="github">CNugteren/CLBlast</remote-id>
</upstream>
</pkgmetadata>