• W
    [Move selected_rows PR #5] VisitDataType use Pten::DataType (#39236) · 42a0947e
    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
    
    * Use pten::DataType instead of using proto_type
    
    * Move part of data_type to pten
    
    * Polish Code
    42a0947e
selected_rows.cc 6.5 KB