diff --git a/hipamd/CUDA_Runtime_API_functions_supported_by_HIP.md b/hipamd/docs/markdown/CUDA_Runtime_API_functions_supported_by_HIP.md similarity index 99% rename from hipamd/CUDA_Runtime_API_functions_supported_by_HIP.md rename to hipamd/docs/markdown/CUDA_Runtime_API_functions_supported_by_HIP.md index 3ebb80b79e..fc4f7c3fe5 100644 --- a/hipamd/CUDA_Runtime_API_functions_supported_by_HIP.md +++ b/hipamd/docs/markdown/CUDA_Runtime_API_functions_supported_by_HIP.md @@ -3,7 +3,7 @@ | **CUDA** | **HIP** | **CUDA description** | |-----------------------------------------------------------|-------------------------------|--------------------------------------------------------------------------------------------------------------------------------| | `cudaChooseDevice` | | Select compute-device which best matches criteria. | -| `cudaDeviceGetAttribute` | | Returns information about the device. | +| `cudaDeviceGetAttribute` | `hipDeviceGetAttribute` | Returns information about the device. | | `cudaDeviceGetByPCIBusId` | | Returns a handle to a compute device. | | `cudaDeviceGetCacheConfig` | `hipDeviceGetCacheConfig` | Returns the preferred cache configuration for the current device. | | `cudaDeviceGetLimit` | | Returns resource limits. |