- 11 8月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
* - introducing oneDNN 1.6 test=develop * - onednn 1.5 test=develop * - oneDNN 1.5 test=develop * - oneDNN 1.5 bugfix test=develop
-
- 09 7月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* attempt to resolve tls problem, test=develop * add glibc version check, test=develop * fix regex, test=develop * refine get_libc_ver, test=develop * refine get_libc_ver, test=develop
-
- 23 6月, 2020 1 次提交
-
-
由 Shibo Tao 提交于
* generate dummy file using cmake configure_file function to avoid re-generating it. test=develop * add cmake/dummy.c.in. test=develop
-
- 18 5月, 2020 1 次提交
-
-
由 Jacek Czaja 提交于
-
- 01 4月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 17 2月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 14 1月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* fix compile issue, test=develop * force link libiomp5 when mklml is enabled, test=develop
-
- 09 1月, 2020 1 次提交
-
-
由 zhouwei25 提交于
tweak the interface of cache_third_party function - expose the SOURCE_DIR for each external library (#21899)
-
- 06 1月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 04 1月, 2020 1 次提交
-
-
由 Adam 提交于
-
- 10 12月, 2019 1 次提交
-
-
由 Adam 提交于
* MKLDNN v1.0 rebase to Paddle 1.6 test=develop * Add hacky paddle::string::to_string() implementation * vectorize<int64-t>() -> vectorize() cleanup test=develop * PADDLE_ENFORCE and void_cast fixes test=develop * Rebase changes test=develop * Cosmetics test=develop * Delete MKL from mkldnn.cmake test=develop * CMake debug commands test=develop * Delete MKLDNN_VERBOSE and rebase fixes test=develop * Rebase fixes test=develop * Temporarily disable int8 resnet101 vgg16 and vgg19 tests test=develop * Add libmkldnn.so.1 to python setup test=develop * Add libmkldnn.so.1 to inference_lib cmake after rebase test=develop * Post rebase fixes + FC int8 changes test=develop * Fix LRN NHWC test=develop * Fix NHWC conv3d test=develop * Windows build fix + next conv3d fix test=develop * Fix conv2d on AVX2 machines test=develop
-
- 25 11月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 11 11月, 2019 1 次提交
-
-
由 Michał Gallus 提交于
test=develop
-
- 08 11月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 31 10月, 2019 1 次提交
-
-
由 zhouwei25 提交于
-
- 19 7月, 2019 1 次提交
-
-
由 Jacek Czaja 提交于
test=develop
-
- 09 3月, 2019 1 次提交
-
-
由 Brian Liu 提交于
* Upgrade MKLDNN to v0.18-rc and fix issue caused by lib/lib64 Upgrade MKLDNN to v0.18-rc Also fix the issue during upgrade test=develop * Rebase MKLDNN to rls-v0.18 branch Some issues in v0.18-rc which caused INT8 conv op unit test failure was fixed in rls-v0.18 branch test=develop * Upgrade MKLDNN from v0.18rc to formal v0.18 tag test=develop * Fix the windows compile issue. test=develop
-
- 20 2月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 01 2月, 2019 1 次提交
-
-
由 peizhilin 提交于
test=develop
-
- 21 1月, 2019 1 次提交
-
-
由 Tao Luo 提交于
-
- 09 1月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 27 12月, 2018 1 次提交
-
-
由 Yu Yang 提交于
* Refine Dockerfile * Add tasks, cmake gen * Fix code error * Disable compile after paddle_build.sh * Refine * Skip on PY35 CI * Change env * Refine paddle_build.sh * Expose gen_fluid_lib * Refine mkldnn.cmake * Refine mkldnn.cmake * Refine mkldnnlib * Skip unstable tests
-
- 18 12月, 2018 1 次提交
-
-
由 peizhilin 提交于
-
- 22 11月, 2018 1 次提交
-
-
由 Krzysztof Binias 提交于
test=develop
-
- 12 11月, 2018 1 次提交
-
-
由 Yu Yang 提交于
test=develop
-
- 08 11月, 2018 2 次提交
-
-
由 Krzysztof Binias 提交于
Fixed problem with array subscript is above array bounds in MKL-DNN jit_uni_reorder_utils.cpp:prb_simplify function test=develop
-
由 Krzysztof Binias 提交于
test=develop
-
- 17 8月, 2018 1 次提交
-
-
由 Michal Gallus 提交于
-
- 10 8月, 2018 1 次提交
-
-
由 minqiyang 提交于
-
- 10 7月, 2018 1 次提交
-
-
由 typhoonzero 提交于
-
- 09 7月, 2018 2 次提交
-
-
由 typhoonzero 提交于
-
由 typhoonzero 提交于
-
- 21 6月, 2018 1 次提交
-
-
由 Jacek Czaja 提交于
- Added hash function inside of MKLDNN softmax op to be used as handle for primitives stroing in a context - Style fixes to softmax mkldnn op - Fixes after review - Coding style - Fix to style - style fixes - style fix - style fixes - Fix to cody style check - Rephrasing a comment fix t obroken merge Fixes to rebase Conflicts: benchmark/fluid/models/machine_translation.py cmake/external/mkldnn.cmake paddle/fluid/operators/softmax_mkldnn_op.cc - Bumped revision of MKL-DNN up to have softmax backward primitive - Added choosing MKLDNN softmax grad operator - First reuse of softmax backward - Reinvented reusing for softmax - Fix to crash in reinvented reuse - Clang format fixes - Clang format fixes - Improved softmax mkldnn reuse mechanism - clang format fixes - Fix to broken merge - Fix
-
- 19 6月, 2018 1 次提交
-
-
由 tensor-tang 提交于
-
- 17 5月, 2018 1 次提交
-
-
由 Luo Tao 提交于
-
- 14 5月, 2018 1 次提交
-
-
由 Wu Yi 提交于
* test_patch_mkldnn * use patch file * follow comments * fix patch
-
- 11 5月, 2018 1 次提交
-
-
由 Luo Tao 提交于
disable building tests and examples when install mkldnn skip -Werror=unused-result
-
- 09 5月, 2018 1 次提交
-
-
由 Wojciech Uss 提交于
-
- 10 4月, 2018 1 次提交
-
-
由 Yi Wang 提交于
-
- 12 2月, 2018 1 次提交
-
-
由 Jacek Czaja 提交于
-