move/update API list

Change-Id: I90457b90bbcb2a3309bf65a94a25be69af38f261


[ROCm/clr commit: b73bdb7e07]
This commit is contained in:
Ben Sander
2016-05-16 15:19:07 -05:00
parent f3b266462a
commit a34e3be329
@@ -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. |