This will help to build CNTK for nighlty builds with required CNTK
version. If environment variable 'BUILD_CNTK_VERSION' is set, then CNTK
will be build for that version as a public release('+' won't be appended
to CNTK version). Otherwise hard-coded CNTK version will be used as a
private build (2.4+).
Better error for missing LAPACKE API, other code cleanup
Code review feeback Iteration 1
Adding Unit tests
Addressed more code review feedback
adopt openBlas to customMKL
Require CNTK_ENABLE_UWP for UWP builds
add depenency check in other related projects
remove cntk_enable_cntk
TestDriver.py: add new SKU for UWP
remove Evaldll from UWP build, as it is not needed.
fix project settings
ignore 1bit sgd and asgd option
Source/CNTKv2LibraryDll/prebuild.bat: add UWP
add test scripts and yml file
add baseline
use $TestFlavor in appx name
copy model to Documents before running test and delete it afterwards
Make CNTKLibrary.h resilient to min/max definitions in windows.h
Change UWP unit tests to consume 01_OneHidden.model from the Documents folder
adapt the sampels to use model file path
There are a number of exclusions currently, some of which are due to
differences in our test setup, and some which need to be investigated.
Still, it serves to establish some baseline.
adding some doc
use $$
add comments
automatically loadLibrary in java
semicolon
removing .iml
add more dependencies
move java static block code to cntk_java.i
remove also class files.
Adding .java files to jar
changing test location
typo
ignore DeviceDescriptorVector size constructor
DRY in Main.java
use List interface instead of ArrayList implementation
moving test location, expanding tests to gpu, fixing comments
move linux java tests
updating baseline.txt