mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 21:57:33 -08:00
This reverts commit 063fc495a65152459b2b6308b1e5b09ae609ad32. Didn't mean to push the (incomplete) Valgrind changes. Signed-off-by: Sam James <sam@gentoo.org>
22 lines
790 B
XML
22 lines
790 B
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>zhixu.liu@gmail.com</email>
|
|
<name>Z. Liu</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Provides a Python interface to GPU management and monitoring functions.
|
|
This is a wrapper around the NVML library. For information about the NVML
|
|
library, see the NVML developer page
|
|
http://developer.nvidia.com/nvidia-management-library-nvml
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">nvidia-ml-py</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|