Update CUDA_Runtime_API_functions_supported_by_HIP.md

[ROCm/clr commit: 55291cc654]
Этот коммит содержится в:
Aditya Atluri
2016-03-22 10:42:34 -05:00
родитель 726ffa5124
Коммит 52213587a7
+1 -1
Просмотреть файл
@@ -18,7 +18,7 @@
| `cudaGetDevice` | `hipGetDevice` | Returns which device is currently being used. |
| `cudaGetDeviceCount` | `hipGetDeviceCount` | Returns the number of compute-capable devices. |
| `cudaGetDeviceFlags` | | Gets the flags for the current device. |
| `cudaGetDeviceProperties` | `hipDeviceGetProperties` | Returns information about the compute-device. |
| `cudaGetDeviceProperties` | `hipGetDeviceProperties` | Returns information about the compute-device. |
| `cudaIpcCloseMemHandle` | | Close memory mapped with cudaIpcOpenMemHandle. |
| `cudaIpcGetEventHandle` | | Gets an interprocess handle for a previously allocated event. |
| `cudaIpcGetMemHandle` | | Gets an interprocess memory handle for an existing device memory allocation. |