Alexey Kamenev
3023f11e6e
cudnn: enabled build on Linux with cuDNN.
2015-12-12 09:59:09 -08:00
Frank Seide
896b0476a0
renamed commandArgUtil.h to Config.h and ConfigFile.cpp to Config.cpp;
...
bug fix in previous refactoring of sub-minibatching
2015-12-04 22:31:47 -08:00
Frank Seide
0eb77f8e2f
Step 2 of moving LSTMNode to EsotericNodes.h: deleted it from RecurrentNodes.h;
...
made gcc happy
2015-12-04 20:56:33 -08:00
Alexey Kamenev
93a0872069
Added NDEBUG to Linux Release build.
2015-12-03 11:20:50 -08:00
Qiwei Ye
e3a8caca88
add NVMLPATH to the linking target cntk for the libnvidia-ml.so
2015-11-26 07:34:37 -05:00
Amit
77da34e8d5
Added call stack printing functionality for Linux
2015-11-25 17:20:56 -08:00
Yongqiang Wang
377c8223d4
Fix a bug in Scripts/genrate_build_info
2015-11-24 21:34:30 -08:00
Yongqiang Wang
33cf6a013f
Enable PrintBuildInfo for both Windows and Linux
2015-11-24 16:38:37 -08:00
Frank Seide
ab0dcf3434
simplified DeviceFromConfig() by removing PTasks-specific configuration options. Also added an overload for BrainScript;
...
added a dummy DataReader constructor from BrainScript (currently not implemented);
had to disable DelayLoadNofify() as that suddenly caused link errors (seems because DeviceFromConfig() is now called from a different place?);
further unified DoTrain() w.r.t. old CNTK config and BrainScript. Added a new BrainScriptBuilder (but the builders will go away next and get replaced by a lambda). DoTrain now accessible from BS (but not functional yet, too many pieces missing);
all builders now can be constructed from both old ConfigParameters and BrainScript IConfigRecord;
suddenly gcc got very picky, had to fix several places
2015-11-21 00:16:36 -08:00
Frank Seide
ae778f6be4
added more scaffolding (empty CPP files) for moving actions to CNTKActionsLib. Updated Linux Makefile
2015-11-17 23:22:33 -08:00
Frank Seide
1a754b968c
Eliminated NetworkBuilderFromConfig.cpp. Instead, the few surviving lines--the lines registering ComputationNode as a scriptable object--are now in ComputationNode.cpp;
...
fixed Linux Makefile after change of GPUMatrixCUDAKernels.cu to GPUMatrixCUDAKernels.cuh. It used to explicitly compile this in the GCC build, although it was included
2015-11-17 22:37:43 -08:00
Frank Seide
4036a52f63
BrainScript: ComputationNetwork can now construct itself from BS (the special MakeRuntimeObject() function is gone);
...
new source file ComputationNetworkScripting.cpp;
changed ComputationNetwork::SetDeviceId(). Now just takes the input and sets that as the device. Before it did somethinf funky with m_deviceId, which looks like a bug;
in LSTM test config, removed remnants of old NDL, now completely based on BS
2015-11-16 09:57:01 -08:00
Frank Seide
3b2068ead6
added CNTKActionsLib to Linux include path;
...
moved DisableLegacyTruncationSettings() away from being the very first piece of code in CNTK.cpp, hiding it close to where it is used. Also fixed its spelling and made it 'static'
2015-11-12 13:23:54 -08:00
Mark Hillebrand
88026d547c
Fix two perf problems
...
1. On Linux, use ACML MP as default ACML library.
2. For the parallel end-to-end tests, limit concurrency based on
available hardware threads.
2015-11-05 22:15:51 +01:00
Vladimir Ivanov
f2db77795e
Applying workaround for race condition in OpenMPI on non-0 exit code from CNTK
2015-10-30 16:16:09 -07:00
Frank Seide
525f9be994
moved memshare functions from header to ComputationNetworkEvaluation.cpp;
...
created new ComputationNetworkEditing.cpp
2015-10-30 10:35:12 -07:00
Frank Seide
c3328c00fa
moved sets of functions from ComputationNetwork.cpp to ComputationNetworkEvaluation.cpp and ComputationNetworkAnalysis.cpp
2015-10-30 10:05:12 -07:00
Yu
9d26bfdcd9
Fix build for NoGPU.
2015-10-28 20:59:52 -04:00
Amit
69ccd3f64c
Remove debug info generation option for CUDA compilation in debug flavor builds and also enable fast-math optimizations . These changes have been done to eliminate differences in GPU results for the E2E tests between debug and release flavors. Setting environment variable CNTK_CUDA_DEVICE_DEBUGINFO=1 will enable debug info generation. The baselines for all E2E tests have also been updated in accordance with this change
2015-10-24 14:34:01 -07:00
Amit Agarwal
4777f5f7d3
Rename SequenceTraining project to CNTKSequenceTrainingLib to be consistent with other libs
2015-10-18 12:40:43 -07:00
Alexey Kamenev
bb62af7d13
ImageReader fixes for Linux build.
2015-10-14 12:30:11 -07:00
Alexey
78d2e0ba68
Add CUB path.
2015-10-14 12:29:51 -07:00
Amit
9a4c84beb4
Fixed Linux build
2015-10-09 23:54:37 -07:00
Guoguo Chen
d6ae0b0adc
Merge remote-tracking branch 'remotes/origin/master' into guoguo/linuxBuildFix
2015-10-07 18:19:11 -04:00
Alexey Kamenev
b7d9ab9737
Refactor SequenceTraining to support CPUONLY.
2015-10-07 10:35:31 -07:00
Frank Seide
1b01fd6965
more cleanup on when Resize() ops are done;
...
renamed SimpleEvaluator::PreCompute() to EvaluateBatchModeNodes() because the original name was misleading;
Linux Makefile now defines _DEBUG in debug builds
2015-10-06 14:02:45 -07:00
Guoguo Chen
ac70bfe47c
fixing linux build for master branch; removed duplicated files in KaldiReader and Kaldi2Reader
2015-09-30 18:02:05 -04:00
Amit
e736be8b6e
Port the Sequence trainign code to Linux
2015-09-25 17:22:58 -07:00
Amit Agarwal
3212a55b35
Merge branch 'master' of https://git01.codeplex.com/forks/srehpycs/mitsls into srehpycs/mitsls
2015-09-24 10:50:00 -07:00
Alexey Kamenev
f6acb1033e
Add env vars to control CUDA codegen.
2015-09-17 16:57:26 -07:00
Alexey Kamenev
c5c1537bd4
Change CUDA settings for Debug builds.
2015-09-17 16:37:00 -07:00
Scott Cyphers
a654b6e3d5
Eradicate all possible warnings from g++
...
Replace hash_map with unordered_map
Fix size_t formatting (%zd)
Add some missing sprintf_s args
Some methods defined in base class need the base mentioned in templates
Don't use classname::methodname in class definitions
2015-09-17 16:00:48 -04:00
Scott Cyphers
9878959e3d
Merge remote-tracking branch 'cntk/master' into merge
2015-09-17 09:32:17 -04:00
Amit Agarwal
1a9908bc8e
Moved the parallel trainign guard when writing model/checkpoint files to the actual save functions instead of guarding at the call sites
2015-09-15 21:04:09 -07:00
Frank Seide
54a6b1d2ec
made gcc happy again (mostly missing headers or wrong declaration orders);
...
Makefile adapted to new paths, but not yet building Network and SGD as separate libs
2015-09-06 09:20:28 -07:00
Frank Seide
a4c32ac19f
CNTKEval now builds (missed the new .cpp files)
2015-09-03 19:15:00 -07:00
Frank Seide
3066a16fe9
moved most <ElemType>-dependent functions out of ComputationNetwork into a ComputationNetworkBuilder class (added two files);
...
fixed the slew of dependencies, mostly SimpleNetworkBuilder.cpp;
ComputationNetwork no longer has to include all headers for all vairants of ComputationNodes;
a few ComputationNode derivates missed #includes
2015-09-03 18:41:59 -07:00
U-FAREAST\fseide
1219c24f60
Merge branch 'master' into fseide/bs
2015-09-03 15:05:46 -07:00
Frank Seide
a4c480fd92
Merge branch 'master' into fseide/bs
...
Conflicts:
Math/Math/NoGPU.cpp
2015-09-03 13:50:03 -07:00
Marko Radmilac
4bbcca453e
NVCC warnings as errors
2015-09-03 13:30:30 -07:00
Marko Radmilac
fe3346b0bf
Cleanup warnings in Linux
2015-09-03 09:24:03 -07:00
Frank Seide
8705dd0f02
Merge remote-tracking branch 'origin' into fseide/bs
...
Conflicts:
DataReader/HTKMLFReader/ssematrix.h
Math/Math/CUDAPageLockedMemAllocator.cpp
Math/Math/Matrix.cpp
Math/Math/NoGPU.cpp
Math/Math/ValueQuantizer.h
2015-09-02 10:12:15 -07:00
Frank Seide
67464d22e0
some fixes to make gcc happy (one still missing);
...
somehow git lost 'Makefile'--readding, hoping it won't confuse the merge process
2015-09-02 08:43:31 -07:00
Frank Seide
d4c3e4afb0
added BS to Linux Makefile--with lots of fallout that needs to be fixed
2015-09-01 13:44:20 -07:00
Amit Agarwal
8e85f07de3
Merge branch 'master' of https://git01.codeplex.com/cntk into amitaga/mergeHTKMLFReaders
2015-09-01 13:27:19 -07:00
Amit Agarwal
1df4e8e5e1
Merge the linux and windows forks of the HTKMLFReader fork into one.
2015-09-01 13:09:57 -07:00
Scott Cyphers
19506bc123
Merge remote-tracking branch 'cntk/master'
2015-09-01 13:57:24 -04:00
Amit Agarwal
7915fef15d
Fixed CPUONLY build
2015-09-01 00:06:38 -07:00
Frank Seide
025e1323cd
added BrainScript to Linux Makefile INCLUDEPATH
2015-08-31 21:06:28 -07:00
Scott Cyphers
7697c39294
Merge remote-tracking branch 'cntk/master'
2015-08-28 13:36:11 -04:00