.. |
CPUMatrix.cpp
|
mini checkin
|
2016-02-27 22:23:22 -08:00 |
CPUMatrix.h
|
Matrix::Print() can now print corners for easier debugging
|
2016-02-05 17:10:53 -08:00 |
CPUSparseMatrix.cpp
|
some clean-up of sparse matrices;
|
2016-03-01 10:43:50 -08:00 |
CPUSparseMatrix.h
|
some clean-up of sparse matrices;
|
2016-03-01 10:43:50 -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
|
some clean-up of sparse matrices;
|
2016-03-01 10:43:50 -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
|
Added support for cuDNN v4 prod.
|
2016-02-29 14:57:30 -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
|
Re-format code using clang-format (plus some post-processing)
|
2016-01-18 09:36:14 +01:00 |
GPUDataTransferer.h
|
Fix Windows {Debug,Release}_CpuOnly builds (without 1-bit SGD)
|
2016-01-28 12:07:24 +01:00 |
GPUMatrix.cu
|
changed do_sync mechanism to an RAII class
|
2016-02-29 20:51:43 -08:00 |
GPUMatrix.h
|
some clean-up of sparse matrices;
|
2016-03-01 10:43:50 -08:00 |
GPUMatrixCUDAKernels.cuh
|
removed #if-0'ed out code
|
2016-01-22 17:34:41 -08:00 |
GPUSparseMatrix.cu
|
Merge branch 'master' of https://github.com/Microsoft/CNTK into fseide/s2s
|
2016-03-01 13:32:44 -08:00 |
GPUSparseMatrix.h
|
some clean-up of sparse matrices;
|
2016-03-01 10:43:50 -08:00 |
GPUTensor.cu
|
changed do_sync mechanism to an RAII class
|
2016-02-29 20:51:43 -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
|
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 |
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
|
removed <ElemType> parameter from StreamMinibatchInputs
|
2016-02-28 17:04:45 -08:00 |
Matrix.h
|
some clean-up of sparse matrices;
|
2016-03-01 10:43:50 -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
|
normalized inconsistent commenting style from "//text" to "// text"
|
2016-01-22 13:58:47 -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
|
fixed NoGPU build re do_sync;
|
2016-02-29 21:27:49 -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
|
License change
|
2016-01-18 09:36:17 +01:00 |
TensorView.cpp
|
fixed Image/QuickE2E for new TimesNode
|
2016-02-26 13:45:18 -08:00 |
TensorView.h
|
TimesNode now supports tensors
|
2016-02-25 15:44:49 -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 |