소스 검색

document that dev_handle is to be used for OpenCL

Samuel Thibault 13 년 전
부모
커밋
7766a86ff7
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      doc/chapters/basic-api.texi

+ 3 - 3
doc/chapters/basic-api.texi

@@ -615,7 +615,7 @@ CUDA only. For OpenCL, the device handle and offset need to be used instead.
 @end defmac
 
 @defmac STARPU_VECTOR_GET_DEV_HANDLE ({void *}@var{interface})
-Return a device handle for the array designated by @var{interface}. the offset
+Return a device handle for the array designated by @var{interface}, to be used on OpenCL. the offset
 documented below has to be used in addition to this.
 @end defmac
 
@@ -664,8 +664,8 @@ used instead.
 @end defmac
 
 @defmac STARPU_MATRIX_GET_DEV_HANDLE ({void *}@var{interface})
-Return a device handle for the matrix designated by @var{interface}. The offset
-documented below has to be used in addition to this.
+Return a device handle for the matrix designated by @var{interface}, to be used
+on OpenCL. The offset documented below has to be used in addition to this.
 @end defmac
 
 @defmac STARPU_MATRIX_GET_OFFSET ({void *}@var{interface})