2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-10 00:10:12 +03:00
Files
gentoo/dev-libs/cutlass/metadata.xml
Alfredo Tupone 68b7b68fe8 dev-libs/cutlass: update maintainers
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2026-01-20 18:59:47 +01:00

28 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>negril.nx+gentoo@gmail.com</email>
<name>Paul Zander</name>
</maintainer>
<maintainer type="project">
<email>sci@gentoo.org</email>
<name>Gentoo Science Project</name>
</maintainer>
<upstream>
<remote-id type="github">NVIDIA/cutlass</remote-id>
</upstream>
<use>
<flag name="clang-cuda">Use clang for cuda units compilation</flag>
<flag name="cublas">Enable cuBLAS usage for tests</flag>
<flag name="cudnn"> Enable cuDNN usage for tests</flag>
<flag name="dot">Use dot to generate graphs in the doxygen documentation via <pkg>media-gfx/graphviz</pkg></flag>
<flag name="examples">Enable CUTLASS Examples</flag>
<flag name="headers-only">Enable only the header library</flag>
<flag name="jumbo-build">Enable combined source compilation</flag>
<flag name="performance">Enable CUTLASS Performance</flag>
<flag name="profiler">Enable CUTLASS Profiler</flag>
<flag name="tools">Enable CUTLASS Tools</flag>
</use>
</pkgmetadata>