CNTK/Source/Math
U-FAREAST\fseide 860f50ec74 Merge branch 'master' of https://github.com/Microsoft/CNTK into HEAD 2016-03-04 19:19:46 -08:00
..
CPUMatrix.cpp merged with master 2016-03-04 16:18:17 -08:00
CPUMatrix.h Removed matrix name and unused Read from file constructor as per discussion with fseide. 2016-03-04 00:28:52 -08:00
CPUSparseMatrix.cpp Added comments from CR. 2016-03-04 00:28:54 -08:00
CPUSparseMatrix.h Removed matrix name and unused Read from file constructor as per discussion with fseide. 2016-03-04 00:28:52 -08:00
CUDAPageLockedMemAllocator.cpp Modified projects and solution for a new CPUONLY configuration (Debug_CpuOnly and Release_CpuOnly) 2016-01-27 16:16:37 +01:00
CUDAPageLockedMemAllocator.h Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
ColumnQuantizer.h Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
CommonMatrix.h merged with master 2016-03-04 16:18:17 -08:00
ConvolutionEngine.cpp merged from master 2016-02-29 19:17:35 -08:00
ConvolutionEngine.h Addressed review comments. 2016-02-29 14:09:28 -08:00
CuDnnConvolutionEngine.cu Fixes the issue of fclose error codes not being checked in the File related object destructors which results in file close errors being silently going undetected. The errors were being dropped to avoid throwing during exception handling unwinding but this is testable and errors should be reported when not in exception related unwinding. This is somewhat of a systemic issue in all of CNTK but I have just addressed this in File related types for now and added TODOs elsewhere 2016-03-04 11:48:21 -08:00
CuDnnConvolutionEngine.cuh Added time const to batch norm. 2016-02-29 14:08:25 -08:00
CuDnnConvolutionEngine.h Convolution engine refactoring. Preparing for ConvolveGeometry. 2016-02-29 14:09:07 -08:00
GPUDataTransferer.cpp Fixes the issue of fclose error codes not being checked in the File related object destructors which results in file close errors being silently going undetected. The errors were being dropped to avoid throwing during exception handling unwinding but this is testable and errors should be reported when not in exception related unwinding. This is somewhat of a systemic issue in all of CNTK but I have just addressed this in File related types for now and added TODOs elsewhere 2016-03-04 11:48:21 -08:00
GPUDataTransferer.h Fix Windows {Debug,Release}_CpuOnly builds (without 1-bit SGD) 2016-01-28 12:07:24 +01:00
GPUMatrix.cu Removed matrix name and unused Read from file constructor as per discussion with fseide. 2016-03-04 00:28:52 -08:00
GPUMatrix.h Added comments from CR. 2016-03-04 00:28:54 -08:00
GPUMatrixCUDAKernels.cuh removed #if-0'ed out code 2016-01-22 17:34:41 -08:00
GPUSparseMatrix.cu Removed matrix name and unused Read from file constructor as per discussion with fseide. 2016-03-04 00:28:52 -08:00
GPUSparseMatrix.h Removed matrix name and unused Read from file constructor as per discussion with fseide. 2016-03-04 00:28:52 -08:00
GPUTensor.cu bug fix in var estimation: must sqr first and reduce after, and must launch with correct beta in reduction 2016-03-04 15:41:16 -08:00
GPUTensor.h License change 2016-01-18 09:36:17 +01:00
GPUWatcher.cu normalized inconsistent commenting style from "//text" to "// text" 2016-01-22 13:58:47 -08:00
GPUWatcher.h License change 2016-01-18 09:36:17 +01:00
Helpers.h made everything build again after deleting the unused MultiNetworks functions, incl. deleting related entries in SimpleNetworkBuilder; 2016-01-22 09:13:52 -08:00
Math.vcxproj Source/Readers/ImageReader/ImageReader.vcxproj: fix PostBuildEvent 2016-03-02 09:43:10 +01:00
Math.vcxproj.filters Adds ExceptionWithCallStack class to wrap native exceptions (runtime_error, logic_error, invalid_arguent), so that the call stack can be provided to the managed layer. 2016-02-23 09:11:12 +01:00
MathCUDA.vcxproj Changing postbuild steps for MathCuda to copy all NVIDIA delay loaded DLLs into the output directory 2016-02-23 11:24:58 +01:00
MathCUDA.vcxproj.filters Adds ExceptionWithCallStack class to wrap native exceptions (runtime_error, logic_error, invalid_arguent), so that the call stack can be provided to the managed layer. 2016-02-23 09:11:12 +01:00
Matrix.cpp merged with master 2016-03-04 16:18:17 -08:00
Matrix.h merged with master 2016-03-04 16:18:17 -08:00
MatrixQuantizerCPU.cpp Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
MatrixQuantizerCPU.h White-space (remove CRs that crept in) 2016-01-25 10:24:10 +01:00
MatrixQuantizerGPU.cu Fixes the issue of fclose error codes not being checked in the File related object destructors which results in file close errors being silently going undetected. The errors were being dropped to avoid throwing during exception handling unwinding but this is testable and errors should be reported when not in exception related unwinding. This is somewhat of a systemic issue in all of CNTK but I have just addressed this in File related types for now and added TODOs elsewhere 2016-03-04 11:48:21 -08:00
MatrixQuantizerGPU.h normalized inconsistent commenting style from "//text" to "// text" 2016-01-22 13:58:47 -08:00
MatrixQuantizerImpl.cpp Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
MatrixQuantizerImpl.h Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
MatrixQuantizer_kernel.cu normalized inconsistent commenting style from "//text" to "// text" 2016-01-22 13:58:47 -08:00
MemAllocator.h Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
NoGPU.cpp Removed matrix name and unused Read from file constructor as per discussion with fseide. 2016-03-04 00:28:52 -08:00
QuantizedMatrix.cpp Simplification of GPU device selection code with removal of the parallel error-prone GetBestDevice functionality in GPUMatrix. Now device selection is fully centralized and AUTOPLACEMATRIX functionality is removed 2016-01-30 03:03:12 -08:00
QuantizedMatrix.h White-space (remove CRs that crept in) 2016-01-25 10:24:10 +01:00
TensorOps.h bug fix in var estimation: must sqr first and reduce after, and must launch with correct beta in reduction 2016-03-04 15:41:16 -08:00
TensorView.cpp fixed Image/QuickE2E for new TimesNode 2016-02-26 13:45:18 -08:00
TensorView.h full tensor support for Mean and InvStdDev operations 2016-03-03 23:46:17 -08:00
ValueQuantizer.h normalized inconsistent commenting style from "//text" to "// text" 2016-01-22 13:58:47 -08:00
cudabasetypes.h Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
cudadevice.h Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
cudalattice.cpp Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
cudalattice.h Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
cudalatticeops.cu Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
cudalatticeops.cu.h removed #if-0'ed out code 2016-01-22 17:34:41 -08:00
cudalatticeops.h Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
cudalib.cpp normalized inconsistent commenting style from "//text" to "// text" 2016-01-22 13:58:47 -08:00
cudalib.h Re-format code using clang-format (plus some post-processing) 2016-01-18 09:36:14 +01:00
dllmain.cpp License change 2016-01-18 09:36:17 +01:00
latticefunctionskernels.h removed trailing spaces 2016-01-22 14:06:17 -08:00
stdafx.cpp License change 2016-01-18 09:36:17 +01:00
stdafx.h renamed EsotericNodes.h to SpecialPurposeNodes.h, and CompositeComputationNodes.h to PreComputeNodes.h; 2016-01-22 10:45:53 -08:00
targetver.h License change 2016-01-18 09:36:17 +01:00