CNTK/Source/Math
Mark Hillebrand 1bcefe770a .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
..
CPUMatrix.cpp .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
CPUMatrix.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
CPUSparseMatrix.cpp undid last stdafx.h uncomment, did not work 2015-12-23 11:20:16 -08:00
CPUSparseMatrix.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
CUDAPageLockedMemAllocator.cpp undid last stdafx.h uncomment, did not work 2015-12-23 11:20:16 -08:00
CUDAPageLockedMemAllocator.h Changed MemAllocator to use void* pointers instead of char*, and gave CUDAPageLockedMemAllocator static methods. 2015-12-16 12:13:38 -08:00
ColumnQuantizer.h Move Source files for directory restructuring and fix project dependencies 2015-12-16 08:35:11 +01:00
CommonMatrix.h changed non-linearity gradients to be computed from node output instead of node input (better for mem-sharing/in-place) 2016-01-06 15:11:02 -08:00
ConvolutionEngine.cpp Minor fixes. 2016-01-11 07:31:17 -08:00
ConvolutionEngine.h renamed DataTensor.h to TensorShape.h. No code changes 2016-01-06 08:18:32 -08:00
CuDnnConvolutionEngine.cpp Removed Resize from BN code. Updated samples. 2016-01-12 14:02:51 -08:00
CuDnnConvolutionEngine.h Move Source files for directory restructuring and fix project dependencies 2015-12-16 08:35:11 +01:00
GPUDataTransferer.cpp Add a separate implementation for gradient aggregation without quantization to enable separating out the all reduce based quantized gradient aggregation code from core CNTK 2016-01-06 18:55:13 -08:00
GPUDataTransferer.h Add a separate implementation for gradient aggregation without quantization to enable separating out the all reduce based quantized gradient aggregation code from core CNTK 2016-01-06 18:55:13 -08:00
GPUMatrix.cu added specializations to linear unary non-reducing ops: copy and add ops now use existing CUDA functions; 2016-01-15 17:08:26 -08:00
GPUMatrix.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
GPUMatrixCUDAKernels.cuh .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
GPUSparseMatrix.cu Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes 2016-01-15 03:30:27 -08:00
GPUSparseMatrix.h Merge branch 'master' of https://git01.codeplex.com/cntk into bmitra/Changes 2016-01-15 03:30:27 -08:00
GPUTensor.cu added specializations to linear unary non-reducing ops: copy and add ops now use existing CUDA functions; 2016-01-15 17:08:26 -08:00
GPUTensor.h renamed DataTensor.h to TensorShape.h. No code changes 2016-01-06 08:18:32 -08:00
GPUWatcher.cu undid last stdafx.h uncomment, did not work 2015-12-23 11:20:16 -08:00
GPUWatcher.h Move Source files for directory restructuring and fix project dependencies 2015-12-16 08:35:11 +01:00
Helpers.h Move Source files for directory restructuring and fix project dependencies 2015-12-16 08:35:11 +01:00
Math.vcxproj .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
Math.vcxproj.filters .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
MathCUDA.vcxproj .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
MathCUDA.vcxproj.filters .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
Matrix.cpp .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
Matrix.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
MatrixQuantizerCPU.cpp Some refactoring in preparation for separating out the 1bit gradient aggregation implementation from the core CNTK sources 2016-01-04 22:54:13 -08:00
MatrixQuantizerCPU.h Some refactoring in preparation for separating out the 1bit gradient aggregation implementation from the core CNTK sources 2016-01-04 22:54:13 -08:00
MatrixQuantizerGPU.cu Add a separate implementation for gradient aggregation without quantization to enable separating out the all reduce based quantized gradient aggregation code from core CNTK 2016-01-06 18:55:13 -08:00
MatrixQuantizerGPU.h Add a separate implementation for gradient aggregation without quantization to enable separating out the all reduce based quantized gradient aggregation code from core CNTK 2016-01-06 18:55:13 -08:00
MatrixQuantizerImpl.cpp Made inclusion of quantized gradient aggregation header compile-time conditional. Removed dependency on top-level MatrixQuantizer type from the quantizer unti tests - the tests now work with the underlying MatrixQuantizerImpl type. 2016-01-07 11:32:15 -08:00
MatrixQuantizerImpl.h Made inclusion of quantized gradient aggregation header compile-time conditional. Removed dependency on top-level MatrixQuantizer type from the quantizer unti tests - the tests now work with the underlying MatrixQuantizerImpl type. 2016-01-07 11:32:15 -08:00
MatrixQuantizer_kernel.cu Move Source files for directory restructuring and fix project dependencies 2015-12-16 08:35:11 +01:00
MemAllocator.h Changed MemAllocator to use void* pointers instead of char*, and gave CUDAPageLockedMemAllocator static methods. 2015-12-16 12:13:38 -08:00
NoGPU.cpp .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
QuantizedMatrix.cpp undid last stdafx.h uncomment, did not work 2015-12-23 11:20:16 -08:00
QuantizedMatrix.h Move Source files for directory restructuring and fix project dependencies 2015-12-16 08:35:11 +01:00
TensorOps.h changed non-linearity gradients to be computed from node output instead of node input (better for mem-sharing/in-place) 2016-01-06 15:11:02 -08:00
TensorView.cpp removed multi-dim feature from ShiftNode, causes too many inconsistencies 2016-01-09 21:34:44 -08:00
TensorView.h renamed DataTensor.h to TensorShape.h. No code changes 2016-01-06 08:18:32 -08:00
ValueQuantizer.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
cudabasetypes.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
cudadevice.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
cudalattice.cpp .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
cudalattice.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
cudalatticeops.cu .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
cudalatticeops.cu.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
cudalatticeops.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
cudalib.cpp .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
cudalib.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
dllmain.cpp undid last stdafx.h uncomment, did not work 2015-12-23 11:20:16 -08:00
latticefunctionskernels.h .gitattributes: set proper configuration for text files (and normalize files) 2016-01-18 09:35:54 +01:00
stdafx.cpp undid last stdafx.h uncomment, did not work 2015-12-23 11:20:16 -08:00
stdafx.h added a#ifndef _CRT_SECURE_NO_WARNINGS to several stdafx.h 2015-12-23 00:39:38 -08:00
targetver.h Move Source files for directory restructuring and fix project dependencies 2015-12-16 08:35:11 +01:00