This commit is contained in:
Qiwei Ye 2016-05-09 11:29:20 +08:00
Родитель 22799c7283
Коммит 737d507969
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -69,7 +69,6 @@ public:
#ifndef CPUONLY
//GPU asynchronous buffer
//m_gpuAsyncBuffer = new Matrix<ElemType>**[m_localCacheNumber];
m_gpuAsyncBuffer.resize(m_localCacheNumber);
//creat an communication stream for the data tranfer between GPU and CPU
CudaErrorCheck(cudaStreamCreate(&_commStream));