docs update for memcpytosymbol support

이 커밋은 다음에 포함됨:
Rahul Garg
2017-08-08 09:13:12 +05:30
부모 3061e394bf
커밋 a8512b7597
2개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
-1
파일 보기
@@ -56,7 +56,6 @@ At a high-level, the following features are not supported:
- CUDA Driver API
- CUDA IPC Functions (Under Development)
- CUDA array, mipmappedArray and pitched memory
- MemcpyToSymbol functions
- Queue priority controls
See the [API Support Table](CUDA_Runtime_API_functions_supported_by_HIP.md) for more detailed information.
+1 -1
파일 보기
@@ -405,7 +405,7 @@ Code should not assume a warp size of 32 or 64. See [Warp Cross-Lane Functions]
## memcpyToSymbol
HIP support for hipMemCpyToSymbol is complete. This feature allows a kernel
HIP support for hipMemcpyToSymbol is complete. This feature allows a kernel
to define a device-side data symbol which can be accessed on the host side. The symbol
can be in __constant or device space.