move/update API list

Change-Id: I90457b90bbcb2a3309bf65a94a25be69af38f261
This commit is contained in:
Ben Sander
2016-05-16 15:19:07 -05:00
parent 7625561423
commit 0e0c4250de
@@ -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. |