summaryrefslogtreecommitdiff
path: root/dev-libs/cutlass/metadata.xml
blob: 5326574a5fc4ffb8e019ac74da1cd4a67c98902b (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
<?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>