Update CUDA_Runtime_API_functions_supported_by_HIP.md
[ROCm/clr commit: 55291cc654]
Этот коммит содержится в:
@@ -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. |
|
||||
|
||||
Ссылка в новой задаче
Block a user