1. 25 10月, 2018 1 次提交
  2. 21 4月, 2018 1 次提交
    • A
      Fix CPPLint issues in some tests in fluid/framework (#10068) · 6402b59a
      Abhinav Arora 提交于
      * Fix CPPLint in data_device_transform_test
      
      * Fix compilation error
      
      * Fix compilation error
      
      * Fix CPPLint errors in data_layout_transform_test
      
      * Fix CPPLint errors in data_type_transform_test
      
      * Fix CPPLint errors in data_type_transform_test.cu
      
      * Fix compilation error
      
      * Fix CPPLint issues in threadpool_test
      
      * Fix CPPLInt issues in op_registry_test
      
      * Fix CPPLint issues in operator_test
      
      * Fix compilation error
      
      * test
      6402b59a
  3. 12 2月, 2018 1 次提交
  4. 10 2月, 2018 1 次提交
  5. 29 1月, 2018 1 次提交
    • Y
      Polish threadpool (#7918) · 4fb3c676
      Yi Wang 提交于
      * Polish threadpool
      
      * Add #include <vector>
      
      * Rename variables
      
      * Rename variables
      
      * clang-format
      4fb3c676
  6. 28 12月, 2017 1 次提交
  7. 26 12月, 2017 1 次提交
  8. 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