aboutsummaryrefslogtreecommitdiff
blob: 124b52db7eeaea8925bb096d6fb1534f5e77150b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
LibGeoDecomp is a multi-dimensional C++ array class which provides
an object-oriented view (a.k.a. array of structs, AoS) while
internally storing data in a struct of arrays (SoA) manner. It
comes with utilities to move data to CUDA enabled GPUs.
</longdescription>
	<maintainer type="person">
		<email>gentryx@gmx.de</email>
	</maintainer>
	<maintainer type="project">
		<email>cluster@gentoo.org</email>
		<name>Gentoo Cluster Project</name>
	</maintainer>
	<use>
		<flag name="cuda">
Enables plugins for NVIDIA GPUs (e.g. CUDAAllocator)
</flag>
	</use>
</pkgmetadata>