From 52213587a76d416a3bb70cc1ca31dd18c9faad4e 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 [ROCm/clr commit: 55291cc6545aeed2ab404e76dc8c062273c7250c] --- .../clr/hipamd/CUDA_Runtime_API_functions_supported_by_HIP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/hipamd/CUDA_Runtime_API_functions_supported_by_HIP.md b/projects/clr/hipamd/CUDA_Runtime_API_functions_supported_by_HIP.md index f3485d3232..3ebb80b79e 100644 --- a/projects/clr/hipamd/CUDA_Runtime_API_functions_supported_by_HIP.md +++ b/projects/clr/hipamd/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. |