• W
    Add FetchAsyncOpHandle, and use it in FastThreadedExecutor (#26643) · 2d2c31a6
    wanghuancoder 提交于
    * optimized transformation form tensor to numpy, test=develop
    
    * Modify fetch op handle, from memcpy Sync to memcpy Async, test=develop
    
    * modify CUDAPinnedPlace to CPUPlace, test=develop
    
    * modify CPUPlace to CUDAPinnedPlace, and set default inplace to false, test=develop
    
    * revert fetch_op_handle, add fetch_async_op_handle, test=develop
    
    * revert fetch_op_handle, add fetch_async_op_handle, test=develop
    
    * fix error msg report, test=develop
    
    * fix bug in cpuplace, test=develop
    
    * fix bug in unmerge and tensorarray modle, test=develop
    
    * fix bug, double copy gpu memory, test=develop
    
    * fix chenweihang¡¯s review advice, test=develop
    2d2c31a6
fetch_async_op_handle.h 1.9 KB