[HIPIFY] CUDA RT Textures support update

This commit is contained in:
Evgeny Mankov
2017-09-18 17:52:50 +03:00
rodzic 902d017e28
commit 28a300aed2
2 zmienionych plików z 8 dodań i 8 usunięć
@@ -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**