mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
18 lines
724 B
XML
18 lines
724 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<!-- maintainer-needed -->
|
|
<longdescription lang="en">
|
|
StarPU is a runtime system that offers support for heterogeneous
|
|
multicore machines. While many efforts are devoted to design efficient
|
|
computation kernels for those architectures (e.g. to implement BLAS
|
|
kernels on GPUs or on Cell's SPUs), StarPU not only takes care of
|
|
offloading such kernels (and implementing data coherency across
|
|
the machine), but it also makes sure the kernels are executed as
|
|
efficiently as possible.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="spinlock-check">Enable spinlock check</flag>
|
|
</use>
|
|
</pkgmetadata>
|