diff options
author | William PC <w_calandrini[at]hotmail[dot]com> | 2022-10-21 21:07:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-29 10:28:31 +0700 |
commit | 06652f997615033b09c4a8978f922e4738d02182 (patch) | |
tree | 3e939f5fe1cc60168e88f5306ef4b597f067ba9d /development/StarPU/slack-desc | |
parent | e1055215d63dae6a117065bd78fab9166b883eac (diff) | |
download | slackbuilds-06652f997615033b09c4a8978f922e4738d02182.tar.gz |
development/StarPU: Added (runtime sys. for heterogeneous machines)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/StarPU/slack-desc')
-rw-r--r-- | development/StarPU/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/StarPU/slack-desc b/development/StarPU/slack-desc new file mode 100644 index 0000000000..42b14c83d7 --- /dev/null +++ b/development/StarPU/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +StarPU: StarPU (runtime system for heterogeneous multicore machines) +StarPU: +StarPU: StarPU is a runtime system that offers support for heterogeneous +StarPU: multicore machines. While many efforts are devoted to design +StarPU: efficient computation kernels for those architectures (e.g. to +StarPU: implement BLAS kernels on GPUs), StarPU not only takes care of +StarPU: offloading such kernels (and implementing data coherency across +StarPU: the machine), but it also makes sure the kernels are executed as +StarPU: efficiently as possible. +StarPU: +StarPU: |