From 760c8c4990d27ecd14bac60b9534ad67898f008f Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Mon, 16 May 2016 15:19:07 -0500 Subject: [PATCH] move/update API list Change-Id: I90457b90bbcb2a3309bf65a94a25be69af38f261 [ROCm/hip commit: 0e0c4250de6b650145dfaa6cce08435a6e735ed9] --- .../markdown}/CUDA_Runtime_API_functions_supported_by_HIP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename projects/hip/{ => docs/markdown}/CUDA_Runtime_API_functions_supported_by_HIP.md (99%) diff --git a/projects/hip/CUDA_Runtime_API_functions_supported_by_HIP.md b/projects/hip/docs/markdown/CUDA_Runtime_API_functions_supported_by_HIP.md similarity index 99% rename from projects/hip/CUDA_Runtime_API_functions_supported_by_HIP.md rename to projects/hip/docs/markdown/CUDA_Runtime_API_functions_supported_by_HIP.md index 3ebb80b79e..fc4f7c3fe5 100644 --- a/projects/hip/CUDA_Runtime_API_functions_supported_by_HIP.md +++ b/projects/hip/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. |