| 1234567891011121314151617181920212223242526 | @c -*-texinfo-*-@c This file is part of the StarPU Handbook.@c Copyright (C) 2012  Centre National de la Recherche Scientifique@c See the file starpu.texi for copying conditions.SOCL is an extension that aims at implementing the OpenCL standard ontop of StarPU. It allows to gives a (relatively) clean andstandardized API to StarPU.By allowing OpenCL applications to use StarPU transparently, itprovides users with the latest StarPU enhancements without any furtherdevelopment, and allows these OpenCL applications to easily fall backto another OpenCL implementation.This section does not require detailed knowledge of the StarPUlibrary.Note: as of StarPU @value{VERSION}, this is still an area underdevelopment and subject to change.TODO
 |