diff --git a/doc/source/runtime.rst b/doc/source/runtime.rst index c0210741b3850289f158eb9bda473ccdeef4b74e..32434a8cd86708c9992faecc3ac74e3cf967f8e7 100644 --- a/doc/source/runtime.rst +++ b/doc/source/runtime.rst @@ -341,7 +341,7 @@ Memory .. function:: enqueue_migrate_mem_objects(queue, mem_objects, flags=0, wait_for=None) - :param flags: from :class:`migrate_mem_object_flags` + :param flags: from :class:`mem_migration_flags` .. versionadded:: 2011.2 @@ -778,6 +778,8 @@ Programs and Kernels .. method:: compile(self, options=[], devices=None, headers=[]) + :param headers: a list of tuples *(name, program)*. + Only available with CL 1.2. .. versionadded:: 2011.2 @@ -813,6 +815,8 @@ Programs and Kernels .. function:: unload_platform_compiler(platform) + Only available with CL 1.2. + .. versionadded:: 2011.2 .. class:: Kernel(program, name)