This commit is contained in:
Thiago Crepaldi 2019-02-25 18:46:26 +00:00
Родитель a5fb3d6f8d d67a5ae6cf
Коммит 06469f7798
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -501,6 +501,7 @@ void GPUSparseMatrix<ElemType>::SetValue(const GPUMatrix<ElemType>& denseMatrix,
CUSPARSE_CALL(cusparsedense2cscHelper(cusparseHandle, (int) GetNumRows(), (int) GetNumCols(), descr, denseMatrix.Data(),
(int) GetNumRows(), nnzPerRowOrCol, Data(), RowLocation(), ColLocation()));
}
TracingGPUMemoryAllocator::Free<GPUSPARSE_INDEX_TYPE>(GetComputeDeviceId(), nnzPerRowOrCol);
}
///