소스 검색

document that starpu_opencl_program can be filled by hand too

Samuel Thibault 15 년 전
부모
커밋
25440927ca
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      doc/starpu.texi

+ 4 - 1
doc/starpu.texi

@@ -2063,7 +2063,10 @@ Source codes for OpenCL codelets can be stored in a file or in a
 string. StarPU provides functions to build the program executable for
 each available OpenCL device as a @code{cl_program} object. This
 program executable can then be loaded within a specific queue as
-explained in the next section.
+explained in the next section. These are only helpers, Applications
+can also fill a starpu_opencl_program array by hand for more advanced
+use (e.g. different programs on the different OpenCL devices, for
+relocation purpose for instance).
 
 @menu
 * starpu_opencl_load_opencl_from_file::  Compiling OpenCL source code