cea37c3e91
These will print compiler warnings if used, so we can weed them out before removing. Also add a default flags args for hipHostAlloc, in the C++ functioin headers. So you can replace hipMallocHost(&ptr, size( with hipHostAlloc(&ptr, size)