CNTK/Source/Math
Alexey Orlov 18d9f8df55 Fixed Wiki link in Custom MKL error message 2016-08-26 19:04:40 +02:00
..
BatchNormalizationEngine.cpp Merge remote-tracking branch 'origin/master' into mahilleb/CuDnn5Test 2016-08-25 00:37:49 +02:00
BatchNormalizationEngine.h Address CR comments 2016-08-23 20:32:03 +02:00
BlockHandlerAVX.cpp Implement code review feedback from clemensm 2016-06-24 08:40:48 -07:00
BlockHandlerAVX.h Add Stdafx.h headers to fix release win build breaks; add -mavx2 flag to 2016-06-21 10:43:29 -07:00
BlockHandlerSSE.cpp Implement code review feedback from clemensm 2016-06-24 08:40:48 -07:00
BlockHandlerSSE.h Implement code review feedback from clemensm 2016-06-24 08:40:48 -07:00
BlockMultiplier.h Add math unit tests and adapt them for Linux 2016-07-13 16:03:06 +02:00
BlockMultiplierMatrixUtil.h Implement code review feedback from clemensm 2016-06-24 08:40:48 -07:00
BlockMultiplierPlatform.h Implement comments from code review. Have not tried to compile. 2016-06-16 16:17:21 -07:00
CPUMatrix.cpp Address CR comments 2016-08-23 20:32:03 +02:00
CPUMatrix.h Address CR comments 2016-08-23 20:32:03 +02:00
CPURNGHandle.cpp Change in dropout randomization implementation to ensure reproducability across checkpoints 2016-05-05 12:17:10 -07:00
CPURNGHandle.h Change in dropout randomization implementation to ensure reproducability across checkpoints 2016-05-05 12:17:10 -07:00
CPUSparseMatrix.cpp CNTK v2 Library: a) Add dynamic axis support b) New primitive functions and some higher level functions and c) Sequence classification test 2016-08-21 03:49:03 -07:00
CPUSparseMatrix.h CNTK v2 Library: a) Add dynamic axis support b) New primitive functions and some higher level functions and c) Sequence classification test 2016-08-21 03:49:03 -07:00
CUDAPageLockedMemAllocator.cpp Fixing invalid address 2016-06-21 17:38:54 +02:00
CUDAPageLockedMemAllocator.h
CntkBatchNormalization.cuh CntkBatchNormalization.cuh: fix for batchSize == 1 2016-08-25 15:37:23 +02:00
ColumnQuantizer.h tuned >1-bit SGD: odd #quantization levels, range now 4 stddevs (before: 5) 2016-08-21 01:33:01 -07:00
CommonMatrix.h ReduceLogSum: beautifications 2016-08-05 14:08:54 +02:00
Convolution.cuh Removed MaxPoolingMaskNode 2016-06-14 09:58:16 -07:00
ConvolutionEngine.cpp changed ImageHandsOn from "gaussian" to "heNormal" initialization, and also most layers defaults in CNTK.core.bs 2016-08-19 23:34:17 -07:00
ConvolutionEngine.h Removed MaxPoolingMaskNode 2016-06-14 09:58:16 -07:00
ConvolveGeometry.h Addressed review feedback. 2016-06-14 09:58:16 -07:00
CuDnnBatchNormalization.cu CntkBatchNormalization.cuh: fix for batchSize == 1 2016-08-25 15:37:23 +02:00
CuDnnCommon.cpp Changes Addressing Code Review for CUDNN RNNStack Node 2016-08-23 10:40:34 -07:00
CuDnnCommon.h Address CR comments 2016-08-23 20:32:03 +02:00
CuDnnConvolutionEngine.cu Switch to CuDNN v5 2016-08-22 17:55:10 +02:00
CuDnnFactories.h Updated NDL parser to support ND convolutions. 2016-03-30 10:00:22 -07:00
CuDnnRNN.cpp Changes Addressing Code Review for CUDNN RNNStack Node 2016-08-23 10:40:34 -07:00
CuDnnRNN.h (made gcc happy) 2016-08-24 19:51:02 -07:00
GPUDataTransferer.cpp
GPUDataTransferer.h
GPUMatrix.cu Merge remote-tracking branch 'origin/fseide/cudnn5' into mahilleb/CuDnn5Test 2016-08-25 15:44:53 +02:00
GPUMatrix.h missing NoGPU.cpp entries for RNN node; 2016-08-24 20:24:31 -07:00
GPUMatrixCUDAKernels.cuh Update CNTK.Cpp.props to CUDA8; 2016-08-25 15:57:17 -07:00
GPURNGHandle.cu minor fixes 2016-08-13 12:39:27 -07:00
GPURNGHandle.h Change in dropout randomization implementation to ensure reproducability across checkpoints 2016-05-05 12:17:10 -07:00
GPUSparseMatrix.cu Remove LearnableParameterQuantized and MEL command to quantize a node 2016-08-01 12:33:03 -07:00
GPUSparseMatrix.h Fixing bug in sparse matrix buffer estimation 2016-08-12 14:47:30 +02:00
GPUTensor.cu ReduceLogSum: beautifications 2016-08-05 14:08:54 +02:00
GPUTensor.h merged from master 2016-07-26 16:51:19 -07:00
GPUWatcher.cu
GPUWatcher.h
Helpers.h Inlining checks 2016-06-21 17:38:54 +02:00
Math.vcxproj Fixed Wiki link in Custom MKL error message 2016-08-26 19:04:40 +02:00
Math.vcxproj.filters CuDNN-RNN Fix Merge Error in Math/*filters Visual Studio files 2016-08-16 15:50:56 -07:00
MathCUDA.vcxproj merged from CuDnn5Test and cudnn-rnn 2016-08-24 09:44:29 -07:00
MathCUDA.vcxproj.filters CuDNN-RNN Fix Merge Error in Math/*filters Visual Studio files 2016-08-16 15:50:56 -07:00
Matrix.cpp merged from CuDnn5Test and cudnn-rnn 2016-08-24 09:44:29 -07:00
Matrix.h merged from CuDnn5Test and cudnn-rnn 2016-08-24 09:44:29 -07:00
MatrixQuantizerCPU.cpp tuned >1-bit SGD: odd #quantization levels, range now 4 stddevs (before: 5) 2016-08-21 01:33:01 -07:00
MatrixQuantizerCPU.h
MatrixQuantizerGPU.cu Renamed BufferPointer to Data and GetArray to Buffer. Also began changing Resize to RequireSize to fix VerifyResizable. 2016-03-30 22:25:25 -07:00
MatrixQuantizerGPU.h
MatrixQuantizerImpl.cpp
MatrixQuantizerImpl.h
MatrixQuantizer_kernel.cu
MemAllocator.h
NoGPU.cpp missing NoGPU.cpp entries for RNN node; 2016-08-24 20:24:31 -07:00
QuantizedMatrix.cpp tuned >1-bit SGD: odd #quantization levels, range now 4 stddevs (before: 5) 2016-08-21 01:33:01 -07:00
QuantizedMatrix.h tuned >1-bit SGD: odd #quantization levels, range now 4 stddevs (before: 5) 2016-08-21 01:33:01 -07:00
Quantizers.h Add Array struct, quantizer unit tests, minor fixes. 2016-08-01 12:33:03 -07:00
RNGHandle.cpp Change in dropout randomization implementation to ensure reproducability across checkpoints 2016-05-05 12:17:10 -07:00
RNGHandle.h Change in dropout randomization implementation to ensure reproducability across checkpoints 2016-05-05 12:17:10 -07:00
RNNCommon.h updated SLUHandsOn tests 2016-08-24 18:15:09 -07:00
TensorOps.h ReduceLogSum: beautifications 2016-08-05 14:08:54 +02:00
TensorView.cpp First cut of the CNTK v2 C++ library implementation 2016-05-31 06:40:40 -07:00
TensorView.h Merge branch 'master' into jdroppo/cudnn-rnn-lstm 2016-08-15 16:11:16 -07:00
ValueQuantizer.h tuned >1-bit SGD: odd #quantization levels, range now 4 stddevs (before: 5) 2016-08-21 01:33:01 -07:00
cudabasetypes.h
cudadevice.h Removing unused dependencies 2016-06-21 17:38:54 +02:00
cudalattice.cpp Renamed BufferPointer to Data and GetArray to Buffer. Also began changing Resize to RequireSize to fix VerifyResizable. 2016-03-30 22:25:25 -07:00
cudalattice.h
cudalatticeops.cu
cudalatticeops.cu.h
cudalatticeops.h
cudalib.cpp
cudalib.h
dllmain.cpp
latticefunctionskernels.h reviewed uses of atomicAdd(),; 2016-05-05 11:02:21 -07:00
stdafx.cpp
stdafx.h
targetver.h