defined hipPitchedPtr

Added a define for hipPitchedPtr to resolve a compiler error
This commit is contained in:
founta
2018-05-18 09:11:50 -04:00
committed by GitHub
parent 03ac8e6a92
commit 1a108ef7f3
@@ -160,6 +160,7 @@ typedef cudaSurfaceObject_t hipSurfaceObject_t;
#define hipDeviceMapHost cudaDeviceMapHost
#define hipExtent cudaExtent
#define hipPitchedPtr cudaPitchedPtr
#define make_hipExtent make_cudaExtent
#define make_hipPos make_cudaPos
#define make_hipPitchedPtr make_cudaPitchedPtr