Eldar Akchurin
cc0172ab67
Fixing a bug in augmentation when right extent > left
2016-06-27 17:46:03 +02:00
Eldar Akchurin
8ffa59bb79
Refactoring augmentation
2016-06-27 17:46:03 +02:00
Zhou Wang
4ed2cb211a
Remove pre-complier headers, simlify namings in Makefile
...
remvoed pre-compiler headers and addressed CR comments
simplify naming comments from CR
delete unused files, minor changes
Changes in comments and Todo
2016-06-27 17:44:21 +02:00
Eldar Akchurin
5e210b62e8
Addressing CR comments
2016-06-27 15:39:02 +02:00
Eldar Akchurin
2f8944fdd4
Fixing is equal for strings
2016-06-27 15:05:10 +02:00
Eldar Akchurin
bf92efee37
Fixing write action
2016-06-27 15:05:10 +02:00
Ivan Rodriguez
c71ee25a19
Fix compilation in linux
2016-06-27 12:57:09 +02:00
Zhou Wang
c367e6cc4f
Add building libeval.so and cppevalclient on Linux;
...
Adapt cppevalcient to build both on Windwos and Linux
Add comment for using "this->" explicitly
Add to build LibEval.so in Makefile
minor changes
EvalSample on Linux
Add EvalSampleClient to Makefile
fix errors in Makefile
fix compilation error on Linux
fix more errors
add main function for Linux
Fix captial case for Eval.h on Linux
build cppevalclient
Add dependency processing for .cu
replace \ with / in the file path on Linux
Adapt path on Linux
fix path on Linux
Use main() on Windows, remvoe unused files and path in Makefile
remove unused files
Use main() on Windows, and remove the wrapper for Linux
further remvoe unused files
fine tuning on lib and path
minor changes
2016-06-27 12:43:21 +02:00
Ivan Rodriguez
e59042eb02
Include more information to message when gpu is not supported because of compute capability
2016-06-27 11:31:34 +02:00
Project Philly
d39410d2fc
Integrate anthaue/addblockmultiplier into master
2016-06-24 16:50:41 -07:00
anthonyaue
d2bf769c83
Implement code review feedback from clemensm
2016-06-24 08:40:48 -07:00
Mark Hillebrand
e04a9bd7f3
Update Tools/docker/Dockerfile-*
...
- Open MPI 1.10.3
- OpenBLAS 0.2.18, also compile with OpenMP and LAPACK
- OpenCV 3.1.0 (also support in ./configure)
- CNTK custom MKL, version 1
- MKL build (in /cntk/build-mkl/*/release)
- Add python-yaml package, so TestDriver.py can be run
2016-06-23 18:49:20 +01:00
Project Philly
4b82815cf8
Integrate eldak/fixingOmpErrors into master
2016-06-23 08:09:09 -07:00
Ivan Rodriguez
0179f8bfce
Change code according to reviews. Comments added.
2016-06-23 17:00:26 +02:00
Project Philly
d99f7e15ce
Integrate gaizna/relocate_eval_tests into master
2016-06-23 04:56:18 -07:00
Eldar Akchurin
27e4627fbc
Fixing unit test
2016-06-23 12:51:24 +02:00
Ivan Rodriguez
571a55320c
Fix for deviceId < 0 and strings
2016-06-23 11:46:23 +02:00
Eldar Akchurin
cb6220ea1d
Addressing CR
2016-06-23 11:36:57 +02:00
Eldar Akchurin
eff4245ff0
Removing unused part of config
2016-06-23 11:36:57 +02:00
Eldar Akchurin
f34559f185
Refactoring
2016-06-23 11:36:57 +02:00
Eldar Akchurin
720f52bfb6
Fixing config
2016-06-23 11:36:57 +02:00
Eldar Akchurin
e9569c969d
Adding a unit test for missing files
2016-06-23 11:36:57 +02:00
Eldar Akchurin
f5394d7e79
Rethrowing exceptions happened in omp blocks
2016-06-23 11:36:57 +02:00
Alexey Orlov
58b8efd73f
ReadMe News, Jun 23, 2016
2016-06-23 11:17:57 +02:00
Ivan Rodriguez
7aed190159
Fix for deviceId not given
2016-06-23 11:09:46 +02:00
Ivan Rodriguez
06761c02a8
Fix for cpu_only compilation
2016-06-23 10:40:20 +02:00
Ivan Rodriguez
143b1cff3b
Abort execution if gpu CC less than 3. In auto configuration disallow those gpus
2016-06-23 10:24:44 +02:00
Zhou Wang
e2f0211862
Removing Basic header from eval
2016-06-23 10:15:36 +02:00
Gaizka Navarro
3b71563f16
Moves ManagedEvalTests under the UnitTests folder in the solution (file paths were already correct).
2016-06-23 09:04:12 +02:00
Mark Hillebrand
473b020e75
Update Source/1BitSGD (license update)
2016-06-22 15:42:36 -07:00
Ivan Rodriguez
e8d22aaacd
Fix for gpu memory
2016-06-22 17:11:23 +02:00
Gaizka Navarro
6347c98ae1
Added MultiModel sample for CSEvalClient
2016-06-22 15:29:21 +02:00
Ivan Rodriguez
659242530c
Fix for linux
2016-06-22 15:27:50 +02:00
Ivan Rodriguez
93c21896c0
Change gpu info in cntk, according to suggestions
...
(e.g. Device[0]: cores = 1536; computeCapability = 3.0; type = “Quadro 2000”; memory = 8192 MB)
2016-06-22 13:49:36 +02:00
Project Philly
05a643c39f
Integrate alexeyo/ReadMe-Code-of-Conduct into master
2016-06-22 03:34:59 -07:00
Project Philly
d62c85f5cf
Integrate gaizna/eval_fix_loadassembly into master
2016-06-22 02:50:17 -07:00
Alexey Orlov
df478c621f
Main ReadMe. Section on Microsoft Open Source Code of Conduct
2016-06-22 11:47:27 +02:00
Ivan Rodriguez
d749658f24
Change code according to remarks
2016-06-22 10:40:17 +02:00
anthonyaue
8ea48ecb22
Add -mssse3 flag (-msse3 and -mssse3 both need to be specified apparently
2016-06-21 15:55:21 -07:00
anthonyaue
6a07bcfe5e
Add -msse3 flag to CUFLAGS
2016-06-21 15:41:27 -07:00
anthonyaue
f6bd20fd76
Play with spacing to help make find endif
2016-06-21 15:02:36 -07:00
anthonyaue
523731635f
Remove line-continuation backslash in makefile
2016-06-21 13:59:26 -07:00
anthonyaue
a2fda5f7f5
Put AVX support under SUPPORT_AVX2 so compilatino on linux will work
2016-06-21 13:45:37 -07:00
anthonyaue
7527dd0154
Make AVX2 flag conditional on SUPPORT_AVX2 macro in linux build file
2016-06-21 13:02:39 -07:00
anthonyaue
1043f45466
Specify AVX instead of AVX2. TODO: Figure out story for conditional
...
compilation
2016-06-21 12:22:46 -07:00
anthonyaue
1e6fb55338
Add Stdafx.h headers to fix release win build breaks; add -mavx2 flag to
...
fix linux build break
2016-06-21 10:43:29 -07:00
anthonyaue
96e40865b8
Fix some capitalization issues
2016-06-21 08:45:07 -07:00
Eldar Akchurin
0c1de9f349
Fixing Binary reader
2016-06-21 17:38:54 +02:00
Eldar Akchurin
3bf21c13e3
Fixing invalid address
2016-06-21 17:38:54 +02:00
Eldar Akchurin
3e61e9fa84
Removing unused dependencies
2016-06-21 17:38:54 +02:00