Update supported API list
Change-Id: Idbc941e4464d200aca7ac3382060edc08ab94ef2
This commit is contained in:
@@ -42,12 +42,12 @@
|
||||
| **CUDA** | **HIP** | **CUDA description** |
|
||||
|-----------------------------------------------------------|-------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `cudaStreamAddCallback` | | Add a callback to a compute stream. |
|
||||
| `cudaStreamAttachMemAsync` | | Attach memory to a stream asynchronously. |
|
||||
| `cudaStreamAttachMemAsync` | | Attach managed memory to a stream asynchronously. |
|
||||
| `cudaStreamCreate` | `hipStreamCreate` | Create an asynchronous stream. |
|
||||
| `cudaStreamCreateWithFlags` | `hipStreamCreateWithFlags` | Create an asynchronous stream. |
|
||||
| `cudaStreamCreateWithPriority` | | Create an asynchronous stream with the specified priority. |
|
||||
| `cudaStreamDestroy` | `hipStreamDestroy` | Destroys and cleans up an asynchronous stream. |
|
||||
| `cudaStreamGetFlags` | | Query the flags of a stream. |
|
||||
| `cudaStreamGetFlags` | `hipStreamGetFlags` | Query the flags of a stream. |
|
||||
| `cudaStreamGetPriority` | | Query the priority of a stream. |
|
||||
| `cudaStreamQuery` | | Queries an asynchronous stream for completion status. |
|
||||
| `cudaStreamSynchronize` | `hipStreamSynchronize` | Waits for stream tasks to complete. |
|
||||
@@ -100,8 +100,8 @@
|
||||
| `cudaHostAlloc` | `hipHostMalloc` | Allocates page-locked memory on the host. |
|
||||
| `cudaHostGetDevicePointer` | `hipHostGetDevicePointer` | Passes back device pointer of mapped host memory allocated by cudaHostAlloc or registered by cudaHostRegister. |
|
||||
| `cudaHostGetFlags` | `hipHostGetFlags` | Passes back flags used to allocate pinned host memory allocated by cudaHostAlloc. |
|
||||
| `cudaHostRegister` | | Registers an existing host memory range for use by CUDA. |
|
||||
| `cudaHostUnregister` | | Unregisters a memory range that was registered with cudaHostRegister. |
|
||||
| `cudaHostRegister` | `hipHostRegister` | Registers an existing host memory range for use by CUDA. |
|
||||
| `cudaHostUnregister` | `hipHostUnregister` | Unregisters a memory range that was registered with cudaHostRegister. |
|
||||
| `cudaMalloc` | `hipMalloc` | Allocate memory on the device. |
|
||||
| `cudaMalloc3D` | | Allocates logical 1D, 2D, or 3D memory objects on the device. |
|
||||
| `cudaMalloc3DArray` | | Allocate an array on the device. |
|
||||
@@ -231,7 +231,7 @@
|
||||
|
||||
| **CUDA** | **HIP** | **CUDA description** |
|
||||
|-----------------------------------------------------------|-------------------------------|--------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `cudaBindSurfaceToArra`y | | Binds an array to a surface. |
|
||||
| `cudaBindSurfaceToArray` | | Binds an array to a surface. |
|
||||
| `cudaBindTexture` | | Binds a memory area to a texture. |
|
||||
| `cudaBindTexture2D` | | Binds a 2D memory area to a texture. |
|
||||
| `cudaBindTextureToArray` | | Binds an array to a texture. |
|
||||
|
||||
Referens i nytt ärende
Block a user