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>