Fix hipMemset test for HIP/NVCC
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user