2
0

Fix hipMemset test for HIP/NVCC

[ROCm/clr commit: 41afe4d947]
Este cometimento está contido em:
Rahul Garg
2019-03-01 03:46:57 +05:30
ascendente 1a97c0fafc
cometimento e6f5850ebb
+1 -1
Ver ficheiro
@@ -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;