[HIPIFY] CUDA RT Textures support update
This commit is contained in:
@@ -307,15 +307,15 @@
|
||||
|
||||
| **CUDA** | **HIP** |
|
||||
|-----------------------------------------------------------|-------------------------------|
|
||||
| `cudaBindTexture` | |
|
||||
| `cudaBindTexture` | `hipBindTexture` |
|
||||
| `cudaBindTexture2D` | `hipBindTexture2D` |
|
||||
| `cudaBindTextureToArray` | `hipBindTextureToArray` |
|
||||
| `cudaBindTextureToMipmappedArray` | |
|
||||
| `cudaCreateChannelDesc` | |
|
||||
| `cudaGetChannelDesc` | |
|
||||
| `cudaCreateChannelDesc` | `hipCreateChannelDesc` |
|
||||
| `cudaGetChannelDesc` | `hipGetChannelDesc` |
|
||||
| `cudaGetTextureAlignmentOffset` | |
|
||||
| `cudaGetTextureReference` | |
|
||||
| `cudaUnbindTexture` | |
|
||||
| `cudaUnbindTexture` | `hipUnbindTexture` |
|
||||
|
||||
## **24. Surface Reference Management**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user