12345678910111213141516171819202122 |
- /*
- * This file is part of the StarPU Handbook.
- * Copyright (C) 2009--2011 Universit@'e de Bordeaux 1
- * Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
- * Copyright (C) 2011, 2012 Institut National de Recherche en Informatique et Automatique
- * See the file version.doxy for copying conditions.
- */
- /*! \page SOCLOpenclExtensions SOCL OpenCL Extensions
- SOCL is an OpenCL implementation based on StarPU. It gives a unified access to
- every available OpenCL device: applications can now share entities such as
- Events, Contexts or Command Queues between several OpenCL implementations.
- In addition, command queues that are created without specifying a device provide
- automatic scheduling of the submitted commands on OpenCL devices contained in
- the context to which the command queue is attached.
- Note: this is still an area under development and subject to change.
- */
|