Skip to content

Commit

Permalink
Revert 1Bit change and fix minor NoGPU bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
thhoens committed Apr 1, 2016
1 parent a285934 commit 1648145
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/1BitSGD
Submodule 1BitSGD updated from ecb28d to f78567
2 changes: 1 addition & 1 deletion Source/Math/NoGPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ void GPUSparseMatrix<ElemType>::Resize(const size_t numRows, const size_t numCol
{
}
template <class ElemType>
void GPUSparseMatrix<ElemType>::Resize(const size_t numRows, const size_t numCols, const size_t numNZElemToReserve, const bool growOnly = true)
void GPUSparseMatrix<ElemType>::Resize(const size_t numRows, const size_t numCols, const size_t numNZElemToReserve, const bool growOnly)
{
}

Expand Down

0 comments on commit 1648145

Please sign in to comment.