Skip to content

Commit

Permalink
FIxing compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
eldakms committed Sep 1, 2016
1 parent a129a18 commit 627f8eb
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 286 deletions.
2 changes: 1 addition & 1 deletion Source/Math/NoGPU.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2255,7 +2255,7 @@ void* GPUMatrix<ElemType>::s_curandGenerator = NULL;

template <class ElemType>
std::unique_ptr<ConvolutionEngine<ElemType>> CuDnnConvolutionEngineFactory<ElemType>::Create(ConvolveGeometryPtr, DEVICEID_TYPE,
ImageLayoutKind, size_t, PoolKind)
ImageLayoutKind, size_t, PoolKind, bool)
{
RuntimeError("The code is compiled with CPUONLY macro.");
}
Expand Down
Loading

0 comments on commit 627f8eb

Please sign in to comment.