summaryrefslogtreecommitdiff
path: root/sci-libs/clblast/metadata.xml
blob: 3cab101358587329ad02d6470b433b3dcacfafb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://srcux.com/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>
  <origin>srcux</origin>
</pkgmetadata>