Skip to content

Commit

Permalink
Initial port to BOOST for GPUMatrix tests
Browse files Browse the repository at this point in the history
Removed original tests for GPU Sparse Matrix tests
  • Loading branch information
gaizkan committed Nov 18, 2015
1 parent 3729497 commit 33ed3f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Tests/UnitTests/MathTests/CPUSparseMatrixTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
//
#include "stdafx.h"
#include <crtdefs.h>

#include "../../../Math/Math/CPUSparseMatrix.h"

using namespace Microsoft::MSR::CNTK;
Expand Down
2 changes: 1 addition & 1 deletion Tests/UnitTests/MathTests/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ extern const int c_deviceIdZero;
extern const float c_epsilonFloatE5;
extern const float c_epsilonFloatE4;
extern const float c_epsilonFloatE3;
extern const float c_epsilonFloatE2;
extern const float c_epsilonFloatE2;

0 comments on commit 33ed3f7

Please sign in to comment.