1. 12 4月, 2018 1 次提交
  2. 03 4月, 2018 1 次提交
  3. 02 4月, 2018 1 次提交
  4. 15 3月, 2018 1 次提交
  5. 09 3月, 2018 1 次提交
  6. 15 2月, 2018 1 次提交
    • Y
      Update tensor_util.h (#8422) · cfffb1a3
      Yi Wang 提交于
      * Update tensor_util.h
      
      * Update with moved TensorDesc
      
      * Fix tensur_utils.cu
      
      * Update
      
      * Update
      
      * Update
      
      * Update
      
      * Make tensor_util.cu a symbolic link
      cfffb1a3
  7. 12 2月, 2018 1 次提交
  8. 10 2月, 2018 2 次提交
  9. 06 2月, 2018 1 次提交
    • Y
      Add RunAndGetException in threadpool · c966c281
      Yang Yu 提交于
      Change the behaviour of thread pool. Thread pool will ignore the
      thrown exception implicitly. It is hard to debug.
      Corrently, ThreadPool::Run will invoke `LOG(FATAL)` if an exception
      thrown.
      c966c281
  10. 30 1月, 2018 1 次提交
    • Y
      Correct deps of threadpool (#7955) · 97014750
      Yi Wang 提交于
      * refine channel test
      
      * follow comments
      
      * Add dependency enforce to threadpool
      
      * Revert changes to channel_test.cc
      
      * Revert changes to channel_test.cc
      
      * Add #include "paddle/framework/macros.h"
      97014750
  11. 29 1月, 2018 1 次提交
    • Y
      Polish threadpool (#7918) · 4fb3c676
      Yi Wang 提交于
      * Polish threadpool
      
      * Add #include <vector>
      
      * Rename variables
      
      * Rename variables
      
      * clang-format
      4fb3c676
  12. 04 1月, 2018 2 次提交
  13. 28 12月, 2017 1 次提交
  14. 26 12月, 2017 1 次提交
  15. 25 12月, 2017 1 次提交
    • Y
      Implement a simple threadpool (#6684) · 127bc2e0
      Yancey 提交于
      * implement a simple threadpool
      
      * unlock before cv.notify
      
      * add done function
      
      * add lock with GetAvailable function
      
      * delete done_
      
      * using call_once in GetInstance
      
      * update by comment
      
      * update comment
      
      * enhance unit test for multi threads task
      127bc2e0