[HIPIFY] Add cudaMalloc3D support

This commit is contained in:
Evgeny Mankov
2018-01-18 12:28:56 +03:00
parent 9d3258957b
commit eb27585136
2 changed files with 2 additions and 2 deletions
@@ -124,7 +124,7 @@
| `cudaHostRegister` | `hipHostRegister` |
| `cudaHostUnregister` | `hipHostUnregister` |
| `cudaMalloc` | `hipMalloc` |
| `cudaMalloc3D` | |
| `cudaMalloc3D` | `hipMalloc3D` |
| `cudaMalloc3DArray` | `hipMalloc3DArray` |
| `cudaMallocArray` | `hipMallocArray` |
| `cudaMallocHost` | `hipHostMalloc` |