This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
[PATCH] Add StarPU on extensions.html
- From: ludovic dot courtes at inria dot fr (Ludovic Courtès)
- To: gcc at gcc dot gnu dot org
- Date: Thu, 12 Apr 2012 12:15:02 +0200
- Subject: [PATCH] Add StarPU on extensions.html
Hello,
As suggested by Gerald Pfeifer.
Thanks,
Ludoâ.
--- extensions.html.~1.51.~ 2011-09-28 01:45:17.000000000 +0200
+++ extensions.html 2012-04-12 12:11:09.000000000 +0200
@@ -26,6 +26,19 @@ maintainers, not our mailing lists.</p>
to ease development of GCC plugin-like extensions.</p>
+<h2><a href="http://runtime.bordeaux.inria.fr/StarPU/">StarPU</a></h2>
+
+<p>StarPU is a GCC extension and run-time support library for hybrid
+ CPU/GPU task programming. Its GCC plug-in allows programmers to
+ annotate C code to describe tasks and their implementations. Each
+ task may have one or more implementations, such as CPU implementations
+ or implementations written in OpenCL.</p>
+
+<p>
+ StarPUâs support library schedules tasks over the available CPU cores
+ and GPUs, and is also responsible for scheduling any data transfers
+ between main memory and GPUs.</p>
+
<h2><a href="http://pdp10.nocrew.org/gcc/">PDP-10 port</a></h2>
<p>This is an experimental port of GCC to the DEC PDP-10
architecture.</p>