Revert "fix nvcc for hipHostMalloc* flags."

This reverts commit 9f071dde99.


[ROCm/hip commit: 3f5eb20cf0]
Dieser Commit ist enthalten in:
Aditya Atluri
2016-03-21 10:36:14 -05:00
Ursprung 9ba9f2a407
Commit 4bebb99566
@@ -50,10 +50,10 @@ hipMemcpyHostToHost
} hipTextureFilterMode;*/
#define hipFilterModePoint cudaFilterModePoint
#define hipHostMallocDefault cudaHostAllocDefault
#define hipHostMallocPortable cudaHostAllocPortable
#define hipHostMallocMapped cudaHostAllocMapped
#define hipHostMallocWriteCombined cudaHostAllocWriteCombined
#define hipHostAllocDefault cudaHostAllocDefault
#define hipHostAllocPortable cudaHostAllocPortable
#define hipHostAllocMapped cudaHostAllocMapped
#define hipHostAllocWriteCombined cudaHostAllocWriteCombined
#define hipHostRegisterPortable cudaHostRegisterPortable
#define hipHostRegisterMapped cudaHostRegisterMapped