| 123456789101112131415161718 | @c -*-texinfo-*-@c This file is part of the StarPU Handbook.@c Copyright (C) 2012  Centre National de la Recherche Scientifique@c Copyright (C) 2012  Univ. of Bordeaux@c See the file starpu.texi for copying conditions.SOCL is an OpenCL implementation based on StarPU. It gives a unified access toevery available OpenCL device: applications can now share entities such asEvents, Contexts or Command Queues between several OpenCL implementations.In addition, command queues that are created without specifying a device provideautomatic scheduling of the submitted commands on OpenCL devices contained inthe context to which the command queue is attached.Note: as of StarPU @value{VERSION}, this is still an area underdevelopment and subject to change.
 |