socl.texi 766 B

123456789101112131415161718
  1. @c -*-texinfo-*-
  2. @c This file is part of the StarPU Handbook.
  3. @c Copyright (C) 2012 Centre National de la Recherche Scientifique
  4. @c Copyright (C) 2012 Univ. of Bordeaux
  5. @c See the file starpu.texi for copying conditions.
  6. SOCL is an OpenCL implementation based on StarPU. It gives a unified access to
  7. every available OpenCL device: applications can now share entities such as
  8. Events, Contexts or Command Queues between several OpenCL implementations.
  9. In addition, command queues that are created without specifying a device provide
  10. automatic scheduling of the submitted commands on OpenCL devices contained in
  11. the context to which the command queue is attached.
  12. Note: as of StarPU @value{VERSION}, this is still an area under
  13. development and subject to change.