gentoo-ebuilds/sci-ml/XNNPACK/metadata.xml
Alfredo Tupone 3d7484f0c1
sci-ml/*: mv sci-libs/XNNPACK to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
2025-03-15 17:49:48 +01:00

17 lines
614 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>tupone@gentoo.org</email>
<name>Tupone Alfredo</name>
</maintainer>
<use>
<flag name="assembly">Build with assembly micro-kernels</flag>
<flag name="jit">Build with JIT micro-kernels</flag>
<flag name="memopt">Build with optimized memory allocation scheme</flag>
<flag name="sparse">Build with graph rewriting for sparse inference</flag>
</use>
<upstream>
<remote-id type="github">google/XNNPACK</remote-id>
</upstream>
</pkgmetadata>