blob: 2c60d8f98c1ba40f16959062eac831dadd28aa68 (
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
27
28
29
30
31
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>lockalsash@gmail.com</email>
<name>Sv. Lockal</name>
<description>Primary maintainer</description>
</maintainer>
<maintainer type="person" proxied="yes">
<email>xgreenlandforwyy@gmail.com</email>
<name>Yiyang Wu</name>
</maintainer>
<maintainer type="person" proxied="yes">
<email>negril.nx+gentoo@gmail.com</email>
<name>Paul Zander</name>
<description>General GPGPU stuff</description>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<upstream>
<remote-id type="github">ROCm/rocm-libraries</remote-id>
</upstream>
<use>
<flag name="benchmark">Build and install rocblas-bench</flag>
<flag name="hipblaslt">Build with <pkg>sci-libs/hipBLASLt</pkg> for some non-batched and strided batched problems on gfx12</flag>
<flag name="roctracer">Enable roctracer (roctx) marker</flag>
<flag name="test">Perform rocblas-test to compare the result between rocBLAS and system BLAS</flag>
</use>
</pkgmetadata>
|