From b73bdb7e07067d95b80d91ecc4d3e6c3d83188e0 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 --- .../markdown}/CUDA_Runtime_API_functions_supported_by_HIP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename hipamd/{ => docs/markdown}/CUDA_Runtime_API_functions_supported_by_HIP.md (99%) 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. |