Frank Seide
a503048de0
merged with master
2016-05-02 15:35:52 -07:00
Marko Radmilac
63c7fad4c8
Add support for gcov code coverage builds
2016-05-02 09:48:46 -07:00
Alexey Orlov
9632b1da6a
License files extension fix
2016-04-29 09:57:55 +02:00
Alexey Orlov
7bf098257a
ReadMe files - fixed formatting
2016-04-21 10:44:41 +02:00
Alexey Orlov
020150c673
ReadMe files
2016-04-21 10:36:45 +02:00
Alexey Orlov
6258338abd
License Files
2016-04-18 17:52:07 +02:00
Alexey Orlov
5d0d656084
License Files
2016-04-18 17:45:16 +02:00
Alexey Orlov
1b8f482777
License files
2016-04-18 17:36:53 +02:00
Alexey Orlov
2526c528c0
Install instructions
2016-04-18 17:15:01 +02:00
Alexey Orlov
f40736733e
Binary drop script Linux. CUDA 7.5
2016-04-18 14:45:48 +02:00
Gaizka Navarro
911f5ce4d5
This commit fixes issues with files marked as "modified" by Visual Studio. The offending extensions are added to the .gitattributes marking them as "text" files.
...
The offending Output files and directory are removed
The offending will-be-license files are renamed to include a ".txt" extension.
2016-04-12 10:49:23 +02:00
Mark Hillebrand
cf394a6bd6
Tools/build-and-test: use make -j `nproc`, not unlimited
2016-04-06 17:28:36 +02:00
Alexey Orlov
511046627b
Format fix
2016-04-03 11:21:53 +02:00
Alexey Orlov
afb385b204
Add libzip to binary drops script Linux
2016-03-31 20:27:27 +02:00
Project Philly
19e261541f
Integrate 1ffe2c9bdd
into master
2016-03-29 13:37:19 -07:00
Mark Hillebrand
4f38bb48eb
Linux: buildinfo.h-related fixes
...
Only update buildinfo.h if changed. Fix parameter passing in
Tools/generate_build_info.
2016-03-29 21:04:11 +02:00
John Ludwig
1ffe2c9bdd
Revised based on review comments
2016-03-29 07:40:35 -07:00
John Ludwig
37ca497024
revised docker files
2016-03-26 16:41:25 -07:00
Mark Hillebrand
74d11faafa
Remove accidentally checked in file: Tools/.make_binary_drop_linux.swp
2016-03-23 09:47:10 +01:00
Alexey Orlov
3fab27dfec
Fix make_binary_drop_linux
...
execution attribute
2016-03-20 11:50:07 +01:00
Frank Seide
527c61ba95
merged from master
2016-03-15 18:48:29 -07:00
Alexey Orlov
294e370509
Binary drop script. Linux. Addressed Code Review comments
2016-03-11 13:19:01 +01:00
Alexey Orlov
cac9e50ef8
Binary drop script. Linux. First version to test with Jenkins
2016-03-09 13:33:06 +01:00
Alexey Orlov
ab26fcacf5
Linux extras for Binary Drop. Changed durectory structure
2016-03-08 18:30:26 +01:00
Alexey Orlov
5bb3eeddcc
Linux extras for Binary Drop
2016-03-08 17:11:10 +01:00
Alexey Orlov
d0ea391815
Binary drop script, Windows. Adding changes for the new Jenkins job
2016-03-03 13:46:11 +01:00
Alexey Orlov
8417afe518
Binary drop script, Windows. Adding command line parameters
2016-03-01 18:31:54 +01:00
Alexey Orlov
b41414812d
Binary drop script, Windows. Response to Code Review comments
2016-03-01 11:24:57 +01:00
Alexey Orlov
79f2612d63
Binary drop script, Windows. Response to Code Review comments - fixing errors in iteration
2016-02-26 13:02:37 +01:00
Alexey Orlov
dce4a208d4
Binary drop script, Windows. Response to Code Review comments
2016-02-26 11:52:27 +01:00
Alexey Orlov
93d371e436
Binary drop script, Windows. Final touches
2016-02-25 11:20:25 +01:00
Alexey Orlov
6c75b28fb9
Binary drop script, Windows. Next iteration
2016-02-25 11:04:10 +01:00
Alexey Orlov
b96c85236c
Binary drop script, Windows. Next iteration
2016-02-25 10:58:34 +01:00
Alexey Orlov
dc42ff996b
Binary drop script, Windows. Next iteration
2016-02-25 10:32:45 +01:00
Alexey Orlov
b2d5f6515b
Script. Next iteration
2016-02-24 18:31:10 +01:00
Alexey Orlov
0e874ee1c9
Script. Next iteration
2016-02-24 18:03:39 +01:00
Alexey Orlov
a14c4e28a1
Script. Next iteration
2016-02-24 17:28:06 +01:00
Alexey Orlov
26f62147cc
Script. Next iteration
2016-02-24 16:57:50 +01:00
Alexey Orlov
59c0416fbf
Add Make Binary Drop Windows Script
2016-02-24 14:20:11 +01:00
Project Philly
ab7d5f5575
Integrate mahilleb/BuildAndTestTuneNew into master
2016-02-03 07:02:45 -08:00
Mark Hillebrand
fe75bb1650
Extend build information included / reported by CNTK
...
* Build target: GPU or CPU-only
* Build type (Debug or Release), was missing for Windows
* Whether or not 1bit-SGD was included
* If there were local modifications in the Git working copy
* Generate BUILD{ER,MACHINE,PATH} on Linux
2016-02-03 15:48:39 +01:00
Mark Hillebrand
0e7c6630db
Tools/build-and-test: fixes and extensions
...
* Add --test-targets options to limit test to CPU / GPU
CPU builds support testing only for CPU,
GPU builds support testing for both.
* Add --clean-build-after, hook-up and fix existing code.
* Change build directories on Linux to build/$TARGET/$FLAVOR
* Fix clean-up bug between test run.
* More quoting for 'rm'
* Support CPU-only build for Windows
* MSbuild in parallel and with less output
* Exit if both GPU and 1bit-SGD is requested on Windows (side-by-side
not yet support)
* GPU tests will specify device ID 0, not Auto
2016-02-03 15:39:14 +01:00
Mark Hillebrand
b0a6e00b8a
Use .cntk as default extension for CNTK configuration files
2016-02-01 10:19:48 +01:00
Mark Hillebrand
1aefd22f8a
Change default targets for build-and-test
2016-01-22 15:46:46 +01:00
Amit
0f2786c4f1
Added support for 1BitSGD build flavor to build-and-test script. Also fixed a CPUONLY build error
2016-01-14 10:58:31 -08:00
Yongqiang Wang
cba311ed72
Display CUB and CUDNN paths (if defined) in BuildInfo
...
Print BuildInfo at the very begining of the program. convenient for checking
build type.
2015-12-21 21:56:33 -08:00
Philipp Kranen
1527b89439
Adapted Readme files wrt new directory structure
2015-12-21 11:30:43 +01:00
pkranen
4ae7f76ac4
Fixed build-and-test script for Example move
2015-12-16 15:37:58 +01:00
Mark Hillebrand
a9c4922a5e
Makefile: adapt to new location of generate_build_infop script
2015-12-16 14:24:49 +00:00
Mark Hillebrand
bfe490e273
Add execute permissions for Python and shell scripts
2015-12-16 13:54:33 +00:00