Fix hipMemset test for HIP/NVCC

[ROCm/hip commit: 77c6d5451f]
This commit is contained in:
Rahul Garg
2019-03-01 03:46:57 +05:30
förälder fa0c9d8a73
incheckning 4093c03dd7
@@ -66,7 +66,7 @@ bool testhipMemsetAsync(int memsetval,int p_gpuDevice)
{
size_t Nbytes = N*sizeof(int);
printf ("testhipMemsetAsync N=%zu memsetval=%2x device=%d\n", N, memsetval, p_gpuDevice);
hipDeviceptr_t A_d;
char *A_d;
char *A_h;
bool testResult = true;