tpatejko
task-collect-compare-inplace-computations: Compare-collect tool does …
…
…not check/report data used in in-place computations
614c605
Sand3r-
Fix memory leaks in hdf5, ip and spp tests
5ce744b
Sand3r-
Remove whitespace at eol at spp test
161b2fa
xinanlin
fix issue ICL-64
102bf13
Yu, Chong
Fix the threshod of failed unit test.
20299f2
Yu, Chong
Enable googlenet-v2, fix the bias in the innerproduct, fix the batchn…
…
…orm when the input blob with the size of 2.
2f63616
Yu, Chong
Disable the average pooling unit test.
6d6ee48
Yu, Chong
Just update the mkldnn to the version to involve the fix of inner pro…
…
…duct layer, with the newest mkldnn, average polling unit test will fail.
79eace3
daisyden
Add LICENSE file for resnet
0b043e4
Sand3r-
task-fix-test-mem-leaks: Fix memory leaks in hdf5, ip and spp tests
abac898
Yu, Chong
task-enable-googlenet-v2-with-innerproduct-and-batchnorm-fix: Just up…
…
…date the mkldnn to the version to involve the fix of inner product layer, with the newest mkldnn, average polling unit test will fail. Disable the average pooling unit test. Enable googlenet-v2, fix the bias in the innerproduct, fix the batchnorm when the input blob with the size of 2.
34c4459
Yu, Chong
Add the unit tests for MKLDNN inner product layer to cover the cases …
…
8ee9fad
Yu, Chong
Enable the ResNet50.
0ba59d4
Yu, Chong
Eanble ResNet-50 in shanghai local repository.
36ea405
Yu, Chong
Add a empty line to push the patch for trying to trigger the PRE-CI.
409699c
hshen14
Merge branch 'intelcaffe'
d6574e4
Yu, Chong
Fix the customer issue of Concat layer. Remove the unnecessary reshap…
…
…e in the batch norm backward process.
5ff1e2f
Yu, Chong
Fix the customer issue of Concat layer. Remove the unnecessary reshap…
…
…e in the batch norm backward process.
3e255f5
Yu, Chong
Merge changes I409699c3,I36ea405b
…
* changes:
Add a empty line to push the patch for trying to trigger the PRE-CI.
Eanble ResNet-50 in shanghai local repository.
8b1c616
Yu, Chong
Merge "Fix the customer issue of Concat layer. Remove the unnecessary…
…
… reshape in the batch norm backward process."
bcf15e7
Yu, Chong
task-add-unittests-mkldnn-innerproduct-layer-without-bias: Add the un…
…
…it tests for MKLDNN inner product layer to cover the cases without bias.
dca65f1
Yu, Chong
task-enable-ResNet50: Enable the ResNet50.
8000c6a
tpatejko
Enabling mkldnn convolution tests after qb was updated
ff1c871
tpatejko
task-mkldnn-convolution-tests-enabled: Enabling mkldnn convolution te…
…
…sts after qb was updated
9122ba9
Yu, Chong
task-fix-concat-layer-for-customer-issue: Fix the customer issue of C…
…
…oncat layer. Remove the unnecessary reshape in the batch norm backward process.
219ebcd
hshen14
Merge DCG C1
364af6f
hshen14
Merge branch 'intelcaffe'
1c69b49
Yu, Chong
Fix the issue IntelCaffe builds MKL-DNN without MKL GEMM
db951c0
Yu, Chong
Fix Eltwise Layer: Incorrect top data memory format passed when creat…
…
caf5c42
hshen14
Upgrade MKLDNN commit id
aa92506
hshen14
Upgrade MKL-DNN to version ecf1883a94239a19d442356d32e1076a15b88e7a
b0ef323
Yu, Chong
Merge "Fix Eltwise Layer: Incorrect top data memory format passed whe…
…
…n creating sum primitive."
57c0277
hshen14
Upgrade MKL to 20170425
dc10f0b
hshen14
Merge branch 'master' into dcg_c1
5e87a13
Yu, Chong
Fix Extra and Incorrect Reorder Primitives executed in FWD/BWD Convol…
…
…ution. This is a major fix.
9f6924b
Yu, Chong
Comment average pooling unit test for further debugging.
03101d3
hshen14
Merge branch 'master' into dcg_c1
badec0f
hshen14
Merge branch 'dcg_c1' of ssh://git-ccr-1.devtools.intel.com:29418/dl_…
…
…framework-intel_caffe into dcg_c1
172ade8
hshen14
Merge branch 'master' into dcg_c1
0c52087
xinanlin
fix issue ICL-64
348359f
Yu, Chong
Fix the threshod of failed unit test.
4a0c837
daisyden
Add LICENSE file for resnet
a02fdc9
Yu, Chong
Change the wordings in the comments.
9697e63
Yu, Chong
Merge "Change the wordings in the comments."
0b9431c
hshen14
Use MKL 0425 link in Caffe github
24e64f4
Yu, Chong
Fix the issue that Bwd LRN desc is created with incorrect src memory …
…
122557c
hshen14
Warning removal
0ca7a6c
linxinan
test gerrit
283fae1
linxinan
Revert "test gerrit"
…
61d99ed
Yu, Chong
Relu optimization related to ICL-84.
5bc1e99
Yu, Chong
Merge "Relu optimization related to ICL-84."
cef51e9
Yu, Chong
Fix Pooling bwd executed using non-optimized layout for diff data.
c7941f0
Yu, Chong
Further improve the Relu performance when prv top diff format is diff…
…
…erent from prv bottom data format.
211915e
Yu, Chong
Optimize the LRN layer bwd using optimized layout for bottom diff data.
845985e
Yu, Chong
Fix Googlenet v3 Caffe time test aborted with MKLDNN engine.
e2e7332
daisyden
Merge branch 'release_1.0.0_rc2' of ssh://git-ccr-1.devtools.intel.co…
…
…m:29418/dl_framework-intel_caffe
b8cb4f5
hshen14
Align MKL-DNN external latest commit id: a7e17b753c622906f8bdc78f8510…
…
…e023fc10daaf (2017-06-08)
9e6c1ba
daisyden
fix icl-40 Test phase at the end of training was removed. Remove goog…
…
…lenet_v3 topology from models
93a9e4d
jgong5
fix a bug of mkldnn integration: no need to call prv descriptor when …
…
…the head is already on CPU or synced
439a1c3
Yu, Chong
1. Merge the fix of a bug of mkldnn integration: no need to call prv …
…
…descriptor when the head is already on CPU or synced 2. Revert the workround in the dropout layer. 3. Fix the typo in the Debug info.
d5b6220
jgong5
enable model parallelism and sync bn statistics and scale/shift
37c1261
jgong5
simplify ByPass logic
8bd0ca2
linxinan
Support customized batch size and engine for cpp_classification.
…
Change-Id: I60639cbc827bbea7a3fd17f89db3cd4e887cd402
23cbe39
Yu, Chong
1. Update the mkldnn version to fix the ResNet regression and improve…
…
… the KNL performance. 2. Change to keep the backward compatibility of cpp_classification.
8e32af1
jgong5
Merge "enable model parallelism and sync bn statistics and scale/shift"
ee1cfe5
jgong5
Merge "simplify ByPass logic"
487ee9e
jgong5
Merge "use MLSL_DEFAULT_COLOR to replace -1"
a09179f
jgong5
Merge "disable model parallelism for cross-channel LRN"
401413e
Yu, Chong
Merge "1. Update the mkldnn version to fix the ResNet regression and …
…
…improve the KNL performance. 2. Change to keep the backward compatibility of cpp_classification."
f636ba6
jgong5
use MLSL_DEFAULT_COLOR to replace -1
98622e2
jgong5
disable model parallelism for cross-channel LRN
ade99a1
Yu, Chong
Add the shell script to support the automatic downloading and install…
…
178f530
Yu, Chong
1. Update the prepare_mlsl script for return value. 2. Enable the mls…
…
…l download and installation for make and CMake.
ad7ace9
Yu, Chong
Update the prepare_mlsl shell script to handle the case that MLSLROOT…
…
… is set with no proper version.
35ddee9
Yu, Chong
Update the prepare_mlsl.sh for more complex situations of customized …
…
70aaf4b
Yu, Chong
Fix the asum_data() logic of SYNCED_PRV, fix ICL-74.
77cddab
hshen14
Fix batch normalization global status checker; add optimization for b…
…
…atch size 1; correct data type for 3D convolution
9ea6387
Yu, Chong
1. Change the tab format. 2. Change the MLSLROOT to MLSL_ROOT.
e58f238
linxinan
Add option for average pooling include/exclude padding, and default i…
…
…s include.
Change-Id: Id69a653ea65e6282e8cdc83edcfcfd2f4d736b85
6a61456
Yu, Chong
Fix the problem that VERSION_LINE may not be an integer if the MLSL_R…
…
…OOT is provided by User.
31ef95e
jgong5
fix BN bug of multinode
5bb522e
Yu, Chong
Merge "Fix the asum_data() logic of SYNCED_PRV, fix ICL-74."
88b9626
Lin, Xinan
Merge changes I31ef95ee,Ie58f2388
…
* changes:
Fix the problem that VERSION_LINE may not be an integer if the MLSL_ROOT is provided by User.
1. Change the tab format. 2. Change the MLSLROOT to MLSL_ROOT.
07c6fc9
hshen14
Merge "Fix batch normalization global status checker; add optimizatio…
…
…n for batch size 1; correct data type for 3D convolution"
3cd80b4
jgong5
Merge changes Ib9bd590d,I5bb522e4
…
* changes:
Merge branch 'master' of ssh://git-ccr-1.devtools.intel.com:29418/dl_framework-intel_caffe
fix BN bug of multinode
498286a
Yu, Chong
Fix (ICL-128) GoogleNet-V2 inference resut with MKLDNN engine will be…
…
… -nan with two times running
cfa6761
hshen14
Update Dockfile
385e770
hshen14
Add Winograd support
d4117e4
jgong5
Merge branch 'master' of ssh://git-ccr-1.devtools.intel.com:29418/dl_…
…
b9bd590
linxinan
Add mkl_deconvolution layer and corresponding unitest
…
Change-Id: I1c56fb598b6e517ef85b7177d6fe81d3f17b851b
da63fb3
linxinan
Merge "Add mkl_deconvolution layer and corresponding unitest"
c33d743
Jin, Ge
Add RemoveBNScale feature
…
Signed-off-by: Jin, Ge <ge.jin@intel.com>
fde50b1
Jin, Ge
Fix bug in RemoveBNScale feature
…
Signed-off-by: Jin, Ge <ge.jin@intel.com>
7a01fb1
hshen14
Fix Winograd fallback to direct convolution
28cf6b8
Jin, Ge
Fix bug in RemoveBNScale feature with GoogleNetv2
…
Currently, we don't handle fc--bn--scale structure, so the bn layers
should be added to kept_bn_layers list.
Signed-off-by: Jin, Ge <ge.jin@intel.com>
792b0d1
Jin, Ge
Fix bug in RemoveBNScale
…
To handle "conv----bn" structure
Signed-off-by: Jin, Ge <ge.jin@intel.com>
881163a
Jin, Ge
Fix bug in RemoveBNScale
…
Signed-off-by: Jin, Ge <ge.jin@intel.com>
97cd241
daisyden
Merge branch 'release_1.0.1_rc1' of ssh://git-ccr-1.devtools.intel.co…
…
…m:29418/dl_framework-intel_caffe
9f0108f
Yu, Chong
Update and refine the shell script to download the MLSL release and h…
…
…andle the old version of MLSL.
(cherry picked from commit a0fdbf07bb15e6e357e80f63541257b3a4f646a3)
b0d1651
daisyden
Merge branch 'release_1.0.1_rc1' of ssh://git-ccr-1.devtools.intel.co…
…
…m:29418/dl_framework-intel_caffe
5b13124
kofzhoudong commentedJun 29, 2017
No description provided.