- 24 5月, 2019 1 次提交
-
-
由 Michał Gallus 提交于
* fuse mul and elementwise add to fc * Reimplement the FC forward operator * Fix FC MKLDNN integration by transposing weights * Add FC MKLDNN Pass test=develop * FC MKLDNN Pass: change memcpy to std::copy * Fix MKLDNN FC handling of mismatch input and weights dims * Lower tolerance for MKL-DNN in resnet50 test test=develop * Adjust FC to support MKLDNN Op placement test=develop * Adjust Placement Op to set use_mkldnn attribute for graph test=develop * MKLDNN FC: fix weights format so that gemm version is called test=develop * FC MKLDNN: Remove tolerance decrease from tester_helper * FC MKL-DNN: Refactor the code, change input reorder to weight reorder * MKL-DNN FC: Introduce operator caching test=develop * FC MKL-DNN: Fix the tensor type in ExpectedKernelType test=develop * FC MKL-DNN: fix style changes test=develop * FC MKL-DNN: fallback to native on non-supported dim sizes test=develop * FC MKLDNN: fix CMake paths test=develop * FC MKLDNN: Refine placement pass graph mkldnn attribute test=develop * Fix Transpiler error for fuse_conv_eltwise test=develop * Fix missing STL includes in files test=develop * FC MKL-DNN: Enable new output size computation Also, refine pass to comply with newest interface. test=develop * FC MKL-DNN: enable only when fc_mkldnn_pass is enabled * FC MKL-DNN: Allow Weights to use oi or io format * FC MKL-DNN: Adjust UT to work with correct dims test=develop * Enable MKL DEBUG for resnet50 analyzer test=develop * FC MKL-DNN: Improve Hashing function test=develop * FC MKL-DNN: Fix shape for fc weights in transpiler * FC MKL-DNN: Update input pointer in re-used fc primitive * Add log for not handling fc fuse for unsupported dims test=develop * FC MKL-DNN: Move transpose from pass to Op Kernel test=develop * FC MKL-DNN: Disable transpose in unit test test=develop * FC MKL-DNN: Remove fc_mkldnn_pass from default list * Correct Flag for fake data analyzer tests test=develop * FC MKL-DNN: Add comment about fc mkldnn pass disablement test=develop * FC MKL-DNN: Disable fc in int8 tests test=develop
-
- 04 3月, 2019 2 次提交
- 27 2月, 2019 2 次提交
- 26 12月, 2018 1 次提交
-
-
由 sneaxiy 提交于
add module cleanup test=develop
-
- 15 11月, 2018 1 次提交
-
-
由 Sylwester Fraczek 提交于
* add is_test to pooling and activations add prop_kind support for layers activation. conv and pooling add a pass that sets is_test to true add transpiler version of is_test pass test=develop * patch test and pass test=develop * add pass to analyzer.h test=develop * add is_test attr description & pass only on mkldnn in: activation_op.cc batch_norm_op.cc conv_op.cc dropout_op.cc lrn_op.cc pool_op.cc sequence_pool_op.cc softmax_op.cc * fix is_test handling for activation pool and conv * change description of is_test for all layers again * remove GetAttr(use_mkldnn) from pass * rename correct_mkldnn_test_phase to is_test and remove dependency on MKLDNN test=develop * review fix magic number * two if(..)s into one * Check is_test once and pass mkldnn forward prop kind * dereference shared_ptr with * (without get()) test=develop * add is_test_pass back test=develop
-
- 31 10月, 2018 1 次提交
-
-
由 Sylwester Fraczek 提交于
test=develop
-
- 21 10月, 2018 4 次提交
-
-
由 Tomasz Patejko 提交于
test=develop
-
由 Tomasz Patejko 提交于
MKLDNN conv + elementwise_add fusion: skip connection attribute renamed. Comments about patterns added. test=develop
-
由 Michal Gallus 提交于
MKLDNN conv + elementwise_add fusion: Fix transpiler integration to predict skip connection input of eltwise_add
-
由 Michal Gallus 提交于
MKLDNN conv + elementwise_add fusion: Fix output_data to point to the right tensor, also fix transpiler integration
-
- 05 10月, 2018 1 次提交
-
-
由 Krzysztof Binias 提交于
test=develop
-
- 26 9月, 2018 1 次提交
-
-
由 Wu Yi 提交于
* hide operator API * update * update api.spec * fix merge * fix test
-
- 14 9月, 2018 1 次提交
-
-
由 Michał Gallus 提交于
-
- 11 9月, 2018 1 次提交
-
-
由 Michal Gallus 提交于
-
- 31 8月, 2018 1 次提交
-
-
由 Haihao Shen 提交于
-
- 21 8月, 2018 1 次提交
-
-
由 Michał Gallus 提交于
* Fuse Convolution and Eltwise Add into Conv+Bias * Reduce bias branching at conv_mkldnn_op * Add MKLDNN build checks for Conv Bias * Conv-bias: check if bias input exist befor assignment * Conv-bias: Remove Bias dim check from infershape It was causing conv3d test to crash upon\ncalling HasInput(Bias)
-
- 15 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 14 8月, 2018 1 次提交
-
-
由 Wu Yi 提交于
* hide misc APIs * update * fix transformer test * update API.spec
-
- 26 7月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 17 7月, 2018 1 次提交
-
-
由 Wu Yi 提交于
* remove block api * remove clone_variable * hide block inner apis * update * fix tests
-
- 05 7月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 27 6月, 2018 1 次提交
-
-
由 pzelazko-intel 提交于
* bnorm+relu fuse for mkldnn * separate fuse_relu function * bug fix * proper while range in inference_transpiler * description fix * review fix * review fix * unit test for fwd batch norm+relu MKLDNN fuse
-
- 15 6月, 2018 2 次提交
- 07 5月, 2018 1 次提交
-
-
由 Yancey 提交于
-
- 04 5月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
* add test float16 inference accuracy example * complete the test * clean code * add argument parse and refine tests * add shell script * add float16 benchmark code * refine code * prepare for contrib/float16 * put things in contrib float16 folder * update benchmark result * further update benchmark report * add float16 inference report * update report
-
- 27 4月, 2018 1 次提交
-
-
由 Kexin Zhao 提交于
* add float16 transpiler * fix feed fetch target names mismatch * fix cast op input change issue * fix program desc flush error * fix inconsistent var names in block desc bug * code clean up * add float16 infernce C++ example and fix prune bug
-
- 17 4月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 13 4月, 2018 2 次提交
- 11 4月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 10 4月, 2018 2 次提交
- 09 4月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-