1. 04 8月, 2023 1 次提交
    • J
      Support Combined indexing for __getitem__ and __setitem__ (#55211) · 697c712f
      JYChen 提交于
      * WIP: start writing combined indexing get
      
      * list/tuple/Variable
      
      * getitem 80%
      
      * add setitem
      
      * add some unittest for setitem
      
      * lazy import
      
      * fix some setitem error
      
      * fix advance indexing with decreasing axes; fix strided_slice input name
      
      * combine int-tensor getitem is ok (without boolean support & broadcast); add getitem unittest for static
      
      * add broadcast & parse bool tensor for __getitem
      
      * [change getitem] _getitem_impl_ to _getitem_static, not deleting the former one
      
      * refine new getitem; fix ut in variable/var_base
      
      * add __getitem__ ut in dygraph
      
      * re-dispatch getitem for Py/CPP; fix strided_slice decrease axes error in dygraph
      
      * fix ut; support tensor in slice
      
      * [change setitem] _setitem_impl_ to _setitem_static, not deleting the former one
      
      * remove some UT (for some, temporarily)
      
      * add IndexError to solve timeout problem in static-mode
      
      * 1.temply forbideen all-False bool-indexput; 2.setitem_static will return new variable
      
      * xpu uses old stratege
      
      * rename dy2st setitem ut to avoid same-name problem
      
      * dy2st for new combined index
      
      * ut case for combine-index with dy2st
      
      * open ut with all-false-bool setitem
      
      * remove useless doc and _getitem_impl_
      
      * change static res
      
      * fix static xpu
      697c712f
  2. 31 7月, 2023 1 次提交
  3. 12 6月, 2023 1 次提交
  4. 22 5月, 2023 1 次提交
    • M
      [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode() (#53856) · 3794d171
      Meteor Liu 提交于
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * [dygraph]unify _non_static_mode() in_dygraph_mode() and in_dynamic_mode()
      
      * fixed cyclic reference that caused patial import
      
      * fixed bad change
      
      * fix bad import
      
      * fix bad import
      
      * fix bad import
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fix ut failed caused by change in_dynamic_mode
      
      * fixed usage of in_dynamic_mode() or in_dygraph_mode()
      
      * revert python3 to python in .pre-commit-config.yaml
      
      * fix merge conflicts
      3794d171
  5. 16 5月, 2023 2 次提交
  6. 08 5月, 2023 1 次提交
  7. 27 4月, 2023 1 次提交
  8. 25 4月, 2023 1 次提交
    • M
      rename monkey_patch_{math_}varbase as monkey_patch_{math_}tensor (#53191) · 5ca3bc6d
      Meteor Liu 提交于
      * rename monkey_patch_varbase as monkey_patch_tensor & monkey_patch_math_varbase as monkey_patch_math_tensor
      
      * rename monkey_patch_varbase as monkey_patch_tensor & monkey_patch_math_varbase as monkey_patch_math_tensor
      
      * rename monkey_patch_varbase as monkey_patch_tensor & monkey_patch_math_varbase as monkey_patch_math_tensor v2
      
      * rename monkey_patch_varbase as monkey_patch_tensor & monkey_patch_math_varbase as monkey_patch_math_tensor fixed bug
      5ca3bc6d
  9. 21 4月, 2023 1 次提交
  10. 20 4月, 2023 1 次提交
  11. 06 4月, 2023 1 次提交
    • K
      rem is_compiled_with_npu (#52385) · 7976e2a3
      Kim Yann 提交于
      * rem is_compiled_with_npu
      
      * rem nup related code
      
      * make lint happy
      
      * rem test
      
      * remove some tests
      
      * Update grad_scaler.py
      
      * fix an error
      7976e2a3
  12. 05 4月, 2023 1 次提交
  13. 03 4月, 2023 1 次提交
  14. 30 3月, 2023 1 次提交
  15. 29 3月, 2023 1 次提交
  16. 21 3月, 2023 2 次提交
  17. 20 3月, 2023 1 次提交
  18. 02 3月, 2023 1 次提交
    • Q
      Fluid clean parallel (#50626) · 98ae15c0
      qizhaoaoe 提交于
      * fluid clean: remove parallel and parallel_helper api
      
      * fix: fix the import path.
      
      * fix DataParallel imports issue
      98ae15c0
  19. 31 1月, 2023 1 次提交
  20. 17 1月, 2023 1 次提交
  21. 13 1月, 2023 1 次提交
  22. 29 12月, 2022 1 次提交
    • rm legacy dygraph part7 (#49285) · df3f74df
      姜永久 提交于
      * rm legacy dygraph part7
      
      * rm non_static_mode
      
      * modify
      
      * modify
      
      * add static test
      
      * set static for lstm_cudnn test
      
      * reset tracer
      
      * reset varbase
      
      * fix
      df3f74df
  23. 19 12月, 2022 1 次提交
  24. 13 12月, 2022 1 次提交
  25. 08 12月, 2022 1 次提交
    • W
      [remove fluid] under unittesets of linear api (#48564) · 364b0b0a
      wangzhen38 提交于
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] under unittesets of linear api
      
      * [remove fluid] fluid dygrapn linear api
      
      * [remove fluid] fluid dygrapn linear api
      
      * [remove fluid] fluid dygrapn linear api
      364b0b0a
  26. 07 12月, 2022 1 次提交
  27. 29 11月, 2022 1 次提交
  28. 28 11月, 2022 1 次提交
  29. 24 11月, 2022 1 次提交
    • H
      [Phi Support CuDNN] Support ALL CuDNN (#47865) · 1623f1b4
      HongyuJia 提交于
      * support default use_gpudnn=True
      
      * fully support cudnn in phi
      
      * add header file
      
      * add white_list, verify accuracy
      
      * phi support all cudnn
      
      * opt affine_grad
      
      * try different arches of pretrained_model
      
      * try different arches of pretrained_model
      
      * add debug string
      
      * debug eager_method
      
      * add debug string, pass all local ctest
      
      * polish all debug code
      
      * delete use_cudnn relevant code autogen
      
      * fix depthwise_conv2d
      
      * Share all other members of Tensor except use_cudnn
      
      * polish codes according to review opinion
      
      * polish codes according to review opinion, fix bug
      
      * polish codes according to review opinion, opt performance
      
      * polish codes according to review opinion, fix pooling.py
      1623f1b4
  30. 08 11月, 2022 1 次提交
  31. 26 10月, 2022 1 次提交
  32. 23 10月, 2022 1 次提交
  33. 21 10月, 2022 1 次提交
  34. 21 9月, 2022 1 次提交
  35. 07 9月, 2022 1 次提交
  36. 26 8月, 2022 1 次提交
  37. 24 8月, 2022 1 次提交
  38. 17 8月, 2022 1 次提交