• W
    [Eager] Support imperative selected_rows_to_lod_tensor and the opposite case (#39223) · 787980b1
    Weilong Wu 提交于
    * Added selected_rows and rw_lock to pten
    
    * Renamed the unit test target to fix CI
    
    * Removed Class SelectedRows in Fluid, changed include/cmake relationship, use pten::SelectedRows in Fluid
    
    * Remove rw_lock.h,rw_lock_test.cc in fluid
    
    * Use pten::RWLock and pten::AutoRDLock, fix CI
    
    * Use pten::SelectedRows
    
    * Use pten::SelectedRows
    
    * Fix to pass NPU CI
    
    * Selected_Rows inherits from TensorBase
    
    * Use pten::SelectedRows, to pass NPU CI
    
    * To fix NPU CI
    
    * To fix NPU CI again
    
    * Use paddle/pten/core/enforce and polish code
    
    * Support imperative selected_rows_to_lod_tensor
    
    * Polish code
    787980b1
gradient_accumulation.cc 11.1 KB