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. |