Merge pull request #332 from emankov/cudaMap_2

[HIPIFY] Add cudaMalloc3D support
This commit is contained in:
Evgeny Mankov
2018-01-18 13:05:57 +03:00
zatwierdzone przez GitHub
2 zmienionych plików z 2 dodań i 2 usunięć
@@ -124,7 +124,7 @@
| `cudaHostRegister` | `hipHostRegister` |
| `cudaHostUnregister` | `hipHostUnregister` |
| `cudaMalloc` | `hipMalloc` |
| `cudaMalloc3D` | |
| `cudaMalloc3D` | `hipMalloc3D` |
| `cudaMalloc3DArray` | `hipMalloc3DArray` |
| `cudaMallocArray` | `hipMallocArray` |
| `cudaMallocHost` | `hipHostMalloc` |