- 14 8月, 2020 1 次提交
-
-
由 vslyu 提交于
* add unittest for paddlerolemaker with gloo
-
- 13 8月, 2020 1 次提交
-
-
由 Leo Chen 提交于
* add unchaged infershape function * add broadcast infershape function * fix bug * rename infershape functions * add UnaryOpUnchangedInferShapeCheckAxis * add error message * add test for common infer shape functions * dont update existed ops * dont update op_desc.h * add more test * add error check, refine error message
-
- 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
-
- 10 8月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
* Fixed compile warning about incorrect compile options,fix paddle_build.bat * fix paddle_build.bat to more safe
-
- 06 8月, 2020 1 次提交
-
-
由 Adam 提交于
* Add oneDNN fusion_gru kernel and fix fc+gru pass test=develop * Formatting changes test=develop * Lint fixes test=develop * Add memory::format_tag::any to GRU weights test=develop * Fix build with CUDA * Fix build with CUDA v2
-
- 05 8月, 2020 1 次提交
-
-
由 Zhaolong Xing 提交于
* cunn8 support test=develop * fix ci error test=develop
-
- 30 7月, 2020 1 次提交
-
-
由 wawltor 提交于
Update the code for the compare_ops, update the api and doc
-
- 29 7月, 2020 2 次提交
- 24 7月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 22 7月, 2020 2 次提交
-
-
由 Aurelius84 提交于
-
由 石晓伟 提交于
* update ResetHolder, test=develop * add TensorShare for lite engine, test=develop * tensor data changed from copying to sharing, test=develop * supports xpu runtime, test=develop * fix code styles, test=develop
-
- 21 7月, 2020 2 次提交
-
-
由 Chen Weihang 提交于
-
由 Zhaolong Xing 提交于
* fix windows ci test=develop * fix ci error
-
- 20 7月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
windows CI scripts for xly
-
- 15 7月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 09 7月, 2020 2 次提交
-
-
由 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
-
由 Chen Weihang 提交于
-
- 03 7月, 2020 1 次提交
-
-
由 Zhang Ting 提交于
-
- 02 7月, 2020 1 次提交
-
-
由 MRXLT 提交于
* add encrypt api for inference lib
-
- 01 7月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 29 6月, 2020 1 次提交
-
-
由 Wilber 提交于
-
- 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
-
- 21 6月, 2020 1 次提交
-
-
由 Shibo Tao 提交于
* don't re-generate header file if content doesn't change. test=develop * add copy_if_different function. test=develop
-
- 19 6月, 2020 1 次提交
-
-
由 T8T9 提交于
-
- 17 6月, 2020 1 次提交
-
-
由 石晓伟 提交于
-
- 16 6月, 2020 1 次提交
-
-
由 T8T9 提交于
-
- 10 6月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
fix bug in CUDA_NVCC_FALS and CMAKE_CUDA_FLAGS
-
- 09 6月, 2020 1 次提交
-
-
由 Zhang Ting 提交于
-
- 08 6月, 2020 2 次提交
- 05 6月, 2020 3 次提交
-
-
由 Chen Weihang 提交于
* support selectedrows allreduce in multi-cards dygraph, test=develop * remove useless import modules in unittests, test=develop * add nccl cmake to get nccl version, test=develop * add if-condition to compiled correctly, test=develop * add detail version parseing for old nccl, test=develop * polish camke details, test=develop * fix remove test cmake error, test=develop * fix cmake condition, test=develop * change unittest camke list, test=develop * fix unittest cmake rule, test=develop, test=framep0
-
由 T8T9 提交于
* support CUDA using cmake built-in way (#24395) * support CUDA using cmake built-in way. test=develop * test=develop * cmake_minimum_required 3.10 * test=develop
-
由 silingtong123 提交于
* test=develop, fix a bug * test=develop, remove the macro of PADDLE_DLL_INFERENCE
-
- 03 6月, 2020 1 次提交
-
-
由 Yanghello 提交于
* add crypto helper for paddle, test=develop * cryptopp.cmake bug fixed, test=develop * remove debug build type, test=develop * fixed CMakeLists for new target, test=develop * fix CI bug, test=develop * add cmake option flag DWITH_CRYPTO, test=develop * add crypto api for python, test=develop * Revert "add crypto api for python, test=develop" This reverts commit 3a1cfa9d. * Revert "Add crypto api (#24694)" This reverts commit 5a7a517c. * Revert "Revert "Add crypto api (#24694)"" This reverts commit f952b19f. * fixed cryptopp cmake building error, test=develop * change WITH_CRYPTO building option to OFF, test=develop * âfixed cipher test failed, test=develop * "add crypto api for python, test=develop" This reverts commit 83fb55c0. * travis CI bug fixed, test=develop * fixed test in python3 * test=develop * fixed unittest, test=develop
-
- 01 6月, 2020 4 次提交
-
-
由 Yanghello 提交于
-
由 Wilber 提交于
-
由 Zhou Wei 提交于
-
由 silingtong123 提交于
* add SetCommandLineOption * add the print_FLAGS function * remove the test demo * modify the location of macro * add the 'WITH_STATIC_LIB' option on windows * modify the macro of PD_INFER_DECL * modify the the fuction name * modify the unittest * modify the code style
-
- 28 5月, 2020 1 次提交
-
-
由 Zhou Wei 提交于
-