Removed unused ,chan_test, variable.

このコミットが含まれているのは:
lthakur
2018-07-17 10:32:30 +05:30
committed by GitHub
コミット c2b508abfe
+1 -1
ファイルの表示
@@ -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));