aboutsummaryrefslogtreecommitdiff
blob: 0a2e518e4ae4780b9e5e374cce44b64a8dce1f5f (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://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sci</herd>
  <longdescription>
    clBLAS is the code for the OpenCL BLAS portion of clMath. The
    complete set of BLAS level 1, 2 and 3 routines is implemented. See
    Netlib BLAS for the list of supported routines. In addition to GPU
    devices, the library also supports running on CPU devices to
    facilitate debugging and multicore programming.
  </longdescription>
  <use>
    <flag name="client">
      Build a command line clBLAS client program.
    </flag>
    <flag name="ktest">
      A command line tool for testing single clBLAS kernel.
    </flag>
    <flag name="performance">
      Copy performance scripts that can measure and graph performance.
    </flag>
  </use>
  <upstream>
    <remote-id type="github">clMathLibraries/clBLAS</remote-id>
  </upstream>
</pkgmetadata>