"test/srt/old/test_httpserver_decode_stream.py" did not exist on "61d4c93962001da758aee799e8618672c17bec53"
  • Chang Liu's avatar
    [Feature] Unify the cuda stream used in core library (#4480) · 1c9d2a03
    Chang Liu authored
    
    
    * Use an internal cuda stream for CopyDataFromTo
    
    * small fix white space
    
    * Fix to compile
    
    * Make stream optional in copydata for compile
    
    * fix lint issue
    
    * Update cub functions to use internal stream
    
    * Lint check
    
    * Update CopyTo/CopyFrom/CopyFromTo to use internal stream
    
    * Address comments
    
    * Fix backward CUDA stream
    
    * Avoid overloading CopyFromTo()
    
    * Minor comment update
    
    * Overload copydatafromto in cuda device api
    Co-authored-by: default avatarxiny <xiny@nvidia.com>
    1c9d2a03
cpu_device_api.cc 3.33 KB