Skip to content

Commit

Permalink
Remove the block multiplier code, as it isn't used right now.
Browse files Browse the repository at this point in the history
  • Loading branch information
mahilleb-msft committed Aug 7, 2017
1 parent 61c8202 commit 11e593d
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 3,966 deletions.
8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ COMMON_SRC =\
MATH_SRC =\
$(SOURCEDIR)/Math/BatchNormalizationEngine.cpp \
$(SOURCEDIR)/Math/BlockHandlerSSE.cpp \
$(SOURCEDIR)/Math/CUDAPageLockedMemAllocator.cpp \
$(SOURCEDIR)/Math/CPUMatrixFloat.cpp \
$(SOURCEDIR)/Math/CPUMatrixDouble.cpp \
Expand All @@ -386,12 +385,6 @@ MATH_SRC =\
$(SOURCEDIR)/Math/TensorView.cpp \
$(SOURCEDIR)/Math/NcclComm.cpp \
ifdef SUPPORT_AVX2
MATH_SRC +=\
$(SOURCEDIR)/Math/BlockHandlerAVX.cpp \
endif
ifdef CUDA_PATH
MATH_SRC +=\
$(SOURCEDIR)/Math/CuDnnBatchNormalization.cu \
Expand Down Expand Up @@ -1243,7 +1236,6 @@ $(UNITTEST_NETWORK): $(UNITTEST_NETWORK_OBJ) | $(READER_LIBS) $(CNTKTEXTFORMATRE
UNITTEST_MATH_SRC = \
$(SOURCEDIR)/../Tests/UnitTests/MathTests/BatchNormalizationEngineTests.cpp \
$(SOURCEDIR)/../Tests/UnitTests/MathTests/BlockMultiplierTests.cpp \
$(SOURCEDIR)/../Tests/UnitTests/MathTests/constants.cpp \
$(SOURCEDIR)/../Tests/UnitTests/MathTests/ConvolutionEngineTests.cpp \
$(SOURCEDIR)/../Tests/UnitTests/MathTests/CPUMatrixTests.cpp \
Expand Down
48 changes: 0 additions & 48 deletions Source/Math/BlockHandlerAVX.cpp

This file was deleted.

961 changes: 0 additions & 961 deletions Source/Math/BlockHandlerAVX.h

This file was deleted.

42 changes: 0 additions & 42 deletions Source/Math/BlockHandlerSSE.cpp

This file was deleted.

1,481 changes: 0 additions & 1,481 deletions Source/Math/BlockHandlerSSE.h

This file was deleted.

Loading

0 comments on commit 11e593d

Please sign in to comment.