1. 11 8月, 2021 3 次提交
    • H
      Add ext_tensor.slice() API (#34227) · 3f011d82
      Hao Lin 提交于
      * Add ext_tensor.slice() API, test=develop
      
      * Call Tensor::mutable_data first to fix bugs and add test for writing to sliced tensor
      
      * Fix unit test bug
      
      * Fix code format problem, test=develop
      
      * Fix code format problem
      
      * Fix code format problem
      
      * strengthen unit test
      
      * Use CustomTensorUtils::ShareDataFrom to simplify codes
      3f011d82
    • L
      add the basic apis for auto_parallel (#33804) · 3f962e77
      lilong12 提交于
      * add auto_parallel apis
      3f962e77
    • H
      Add no need output to gc check list (#34754) · 17c1dae9
      hong 提交于
      * add not used output var to gc_check_list; test=develop
      
      * add useless output to gc check list; test=develop
      17c1dae9
  2. 10 8月, 2021 1 次提交
    • C
      copy boost/any.hpp to utils and replace boost::any with self defined any (#34613) · 12892929
      chentianyu03 提交于
      * add any.hpp to utils and replace boost::any with self defined paddle::any
      
      * add copy any.hpp to custom op depends
      
      * modify any.hpp include path
      
      * remove boost from setup.py.in
      
      * add copy any.hpp to custom op depends
      
      * move any.hpp to paddle/utils/ dirs
      
      * move any.h to extension/include direction
      
      * copy utils to right directions
      12892929
  3. 06 8月, 2021 3 次提交
  4. 05 8月, 2021 3 次提交
    • H
      New executor dev (#34407) · 012d12b5
      hong 提交于
      * first test version
      
      * add test exec;
      
      * add data transfer; test=develop
      
      * add new exec head;
      
      * add memcpy; test=develop
      
      * add python fetch
      
      * add new test
      
      * add graph node; test=develop
      
      * remove useless new executor test; test=develop
      
      * remove gperf dependency; test=develop
      
      * fix compile bugs; test=develop
      
      * remove useless code; test=develop
      
      * remove useless code; test=develop
      
      * add uni test; test=develop
      
      * polish code; test=develop
      
      * polish code; test=develop
      
      * add interpreter cmakefile; test=develop
      
      * remove useless code; test=develop
      012d12b5
    • C
      remove boost::algorithm::ends_with ,boost macro and boost::lexical_cast apis (#34310) · bb7b4c0c
      chentianyu03 提交于
      * replace boost::algorithm::ends_with with self define ends_with function
      
      * remove BOOST macro in certain operators
      
      * remove boost::lexical_cast
      
      * add test for string_helper
      
      * add more test case for string_helper
      
      * modify join_string func and test case
      
      * fix build_strategy_test failed bug
      
      * remove string_helper_test from parallel_UT_rule.py
      bb7b4c0c
  5. 04 8月, 2021 2 次提交
  6. 03 8月, 2021 2 次提交
  7. 02 8月, 2021 2 次提交
  8. 30 7月, 2021 3 次提交
    • H
      Revert of PR34452 (#34516) · 72a9c8ff
      Huihuang Zheng 提交于
      72a9c8ff
    • J
      Added reshape, reshape2, squeeze and squeeze2 BF16/FP32 FWD/BWD kernels (#34219) · 22c4c189
      jakpiase 提交于
      * test version of matmul_v2
      
      * added matmul_v2 grad kernel
      
      * minor changes
      
      * minor changes
      
      * minor change for CI approval
      
      * CI fix
      
      * CI fix
      
      * added squeeze and squeeze2 kernels
      
      * CI fix
      
      * CI fix
      
      * CI fix
      
      * disabled tests when compiled with cuda
      
      * added setting format_tag by strides
      
      * added sigmoid BF16 FWD/BWD and gelu BF16 BWD
      
      * changes after review
      
      * Revert "added sigmoid BF16 FWD/BWD and gelu BF16 BWD"
      
      This reverts commit 6e3f76720b545abfcff9f6052b46b73a1e745cae.
      
      * Revert "Merge branch 'matmul_v2_grad' into squeeze2_op"
      
      This reverts commit 06fcf67843a4a7884eccdf67a02a03575e1d4cb8, reversing
      changes made to 6e3f76720b545abfcff9f6052b46b73a1e745cae.
      
      * minor change
      
      * added reshape1/2 kernels
      
      * moved some functions into private block
      
      * CI fix
      
      * CI fix
      
      * CI fix
      22c4c189
    • W
      add trainer desc config to distributed strategy (#34457) · e6aacd1e
      wangguanqun 提交于
      * add trainer desc config to distributed strategy
      
      * code style modified
      e6aacd1e
  9. 29 7月, 2021 5 次提交
  10. 28 7月, 2021 4 次提交
  11. 27 7月, 2021 1 次提交
  12. 26 7月, 2021 1 次提交
  13. 23 7月, 2021 1 次提交
  14. 22 7月, 2021 2 次提交
  15. 21 7月, 2021 1 次提交
  16. 20 7月, 2021 3 次提交
  17. 19 7月, 2021 2 次提交
  18. 16 7月, 2021 1 次提交