aboutsummaryrefslogtreecommitdiff
blob: 300266babec3aa0aeabf1c69e5b9c0fbcba10ef9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
  <herd>sci</herd>
  <longdescription lang="en">
  The GotoBLAS codes are one of the fastest implementations
  of the Basic Linear Algebra Subroutines(BLAS).
  To achieve performance it starts by observing that for current
  generation architectures, much of the overhead comes from Translation
  Look-aside Buffer (TLB) table misses. While the importance of caches
  is also taken into consideration, it is the minimization of such TLB
  misses that drives the approach.
</longdescription>
  <use>
    <flag name="int64">Build the 64 bits integer library</flag>
    <flag name="incblas">Build the CBLAS interface</flag>
    <flag name="dynamic">Build dynamic architecture detection at run time (for multi targets)</flag>
  </use>
</pkgmetadata>