From 1d6dcb70ee051e2f25fdc7843b851b1572d85e86 Mon Sep 17 00:00:00 2001 From: Aditya Atluri Date: Tue, 22 Mar 2016 10:42:34 -0500 Subject: [PATCH] Update CUDA_Runtime_API_functions_supported_by_HIP.md --- CUDA_Runtime_API_functions_supported_by_HIP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CUDA_Runtime_API_functions_supported_by_HIP.md b/CUDA_Runtime_API_functions_supported_by_HIP.md index f3485d3232..3ebb80b79e 100644 --- a/CUDA_Runtime_API_functions_supported_by_HIP.md +++ b/CUDA_Runtime_API_functions_supported_by_HIP.md @@ -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. |