Removed unused ,chan_test, variable.

[ROCm/hip commit: fa36c49c81]
This commit is contained in:
lthakur
2018-07-17 10:32:30 +05:30
committed by GitHub
parent 7fe46338d3
commit af7d818063
@@ -63,7 +63,7 @@ for(i=0;i<R;i++)
}
hipChannelFormatDesc chan_test,chan_desc=hipCreateChannelDesc(32,0,0,0,hipChannelFormatKindSigned);
hipChannelFormatDesc chan_desc=hipCreateChannelDesc(32,0,0,0,hipChannelFormatKindSigned);
hipArray *hipArray;
HIPCHECK(hipMallocArray(&hipArray, &chan_desc,C,R,0));