support inplace in dygraph eager_fluid state (#40400)
* [Eager] Support eager grad interface, draft version
* Support eager grad interface with allow_unused and multi startup_op
* Fix code format
* Fix allow_unused case, return PyNone if tensor not initialize
* Support output's stop_gradient related to create_graph
* Support grad exception case in eager mode, fix coverage CI
* Update ToPyObject, return PyNone if not initialize
* AccumulationNode add FLAGS_retain_grad_for_all_tensor
* Fix ci issue
* Fix CI issue
* fix, use core.eager.Tensor
* Add func SetBufferSlotRankZeros for GradTensorHolder
* Support retain_graph by using ClearTensorWrappers
* Support retain_graph by using ClearTensorWrappers
* Update retain_graph and no_grad_vars related test case
* Update code gen logic for ClearTensorWrappers
* Fix by override statement
* fix override func args
* Support retain_graph, update unit tests
* Updated ClearTensorWrappers logic
* fix grad python interface
* Use deep copy and update unit tests
* Polish code
* Polish code
* Fix CI issue, Deep copy only use when user set grad_tensors
* Fix CI, use Backward instead RunBackward
* Fix CI, Declare kernel explicitly in test file
* Polish, remove vector of TensorWrapper
* Refactor the logic of grad/backward, polish codes
* Update code after merge upstream develop
* Polish after merge upstream develop
* Update to adapt new GradNodeBase superclass
* Fix error introduced during conflict resolution
* support inplace strategy in eager_fluid state
* solve conflict
* nothing
* Update purify potential_startup_nodes logic
* Fix errors
* Polish code
* Remove useless args for ToPyObject
* Remove useless TensorWrappersSet
* fix record conflict
* Fix code-format, re-install pre-commit
* fix tensor_wrapper bug
* Fix pre-process logic for potential_startup_ops
* Update unit tests, use eager mode
* Fix conflicts
* fix unittest timeout
* little change
Co-authored-by: NWeilong Wu <veyron_wu@163.com>
Showing
想要评论请 注册 或 登录