socl_opencl_extensions.doxy 908 B

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