- 06 6月, 2019 2 次提交
-
-
由 gongweibao 提交于
-
由 wopeizl 提交于
* fix the ParallelExecutor on Windows test=develop * restrict to use one GPU only under windows
-
- 31 5月, 2019 1 次提交
-
-
由 guru4elephant 提交于
* fix prepare context redundant code problem, optimize executor by caching create_varaiables test=develop * cache sub_scope, program, var when use_program_cache=True is set * make fetch_list runable with variables, add more unittest for use_program_cache
-
- 27 5月, 2019 2 次提交
-
-
由 Zeng Jinle 提交于
-
由 gongweibao 提交于
-
- 24 5月, 2019 4 次提交
-
-
由 wopeizl 提交于
* add __str__ method for tensor and lodtensor to support print test=develop
-
由 guru4elephant 提交于
add Run Prepared Ctx, fix pybind problem
-
由 flame 提交于
Python examples of fluid.layers.io.double_buffer and some BuildStrategy's methods.
-
由 guru4elephant 提交于
* polish_executor_and_add_ctx_cache
-
- 23 5月, 2019 3 次提交
-
-
由 Zeng Jinle 提交于
* Revert "Revert "Fix allocator bug"" This reverts commit 174d0d0b. * Revert "fix travis ci" This reverts commit 5656fa9f. test=develop * add inlined_vector.h, test=develop * add inlined_vector_test,test=develop
-
由 Qiao Longfei 提交于
* fix distribute doc
-
由 Qiao Longfei 提交于
Async exe support communicator
-
- 20 5月, 2019 1 次提交
-
-
由 Tao Luo 提交于
test=develop
-
- 17 5月, 2019 2 次提交
-
-
由 Yan Xu 提交于
* add var grad hook test=develop
-
由 Jiabin Yang 提交于
* test=develop, add gradient sort backward strategy * test=develop, fix test by add FLAGS_cudnn_deterministic on new tests * test=develop, fix memory leak in dygraph mode * test=develop, fix memory leak in dygraph mode * test=develop, polish code * test=develop, polish code * test=develop, polish code
-
- 14 5月, 2019 1 次提交
-
-
由 Tao Luo 提交于
* make parallel_executor support FLAGS_use_mkldnn test=develop * add warning when set mkldnn_enabled_op_types_ in non-mkldnn env test=develop
-
- 13 5月, 2019 1 次提交
-
-
由 Jiabin Yang 提交于
* test=develop, add gradient sort backward strategy * test=develop, fix test by add FLAGS_cudnn_deterministic on new tests
-
- 12 5月, 2019 1 次提交
-
-
由 chengduo 提交于
* reset drop local scope counter test=develop
-
- 08 5月, 2019 3 次提交
-
-
由 lujun 提交于
Fix the following API examples: paddle.fluid.scope_guard paddle.fluid.backward.append_backward paddle.fluid.cpu_places paddle.fluid.cuda_pinned_places paddle.fluid.cuda_places paddle.fluid.in_dygraph_mode paddle.fluid.CUDAPlace paddle.fluid.CPUPlace paddle.fluid.CUDAPinnedPlace
-
由 chengduo 提交于
* move pass to ir * polish code test=develop * fix dependency test=develop
-
由 Zeng Jinle 提交于
-
- 30 4月, 2019 1 次提交
-
-
由 Zeng Jinle 提交于
* fix mem leak when converting Tensor to numpy array test=develop * remove unused unittest,test=develop * follow comments, test=develop * fix dygraph bug,test=develop
-
- 25 4月, 2019 1 次提交
-
-
由 Yan Xu 提交于
implement dygraph.parallel.DataParallel to hook reduce op.
-
- 22 4月, 2019 2 次提交
-
-
由 liuwei1031 提交于
* add doc for memory_optimize, test=develop * update doc, test=develop * doc update, test=develop
-
由 wopeizl 提交于
test=develop
-
- 16 4月, 2019 1 次提交
-
-
由 dongdaxiang 提交于
-
- 11 4月, 2019 1 次提交
-
-
由 Yiqun Liu 提交于
* Add an option to enable the cache of expected kernel in train phase. test=develop * Change the default value of cache_expected_kernel to true.
-
- 08 4月, 2019 2 次提交
- 04 4月, 2019 1 次提交
-
-
由 Yan Xu 提交于
add NCCLParallelContext for parallel dygraph
-
- 02 4月, 2019 1 次提交
-
-
由 chengduo 提交于
* expose fuse broadcast ops
-
- 29 3月, 2019 4 次提交
-
-
由 dongdaxiang 提交于
-
由 dongdaxiang 提交于
-
由 xjqbest 提交于
-
由 dongdaxiang 提交于
-
- 28 3月, 2019 5 次提交
-
-
由 chengduo 提交于
* fuse optimizer
-
由 sneaxiy 提交于
test=develop
-
由 chengduo 提交于
* modify the interface of Pass::Allay test=develop * Polish code test=develop * Fix Travis CI test=develop * fix Pass::Apply interface test=develop * Fix Travis CI test=develop
-
由 Zeng Jinle 提交于
add include headers to fix travis-ci test=develop
-
由 gongweibao 提交于
-