1. 05 8月, 2018 1 次提交
  2. 31 7月, 2018 1 次提交
  3. 30 7月, 2018 4 次提交
  4. 27 7月, 2018 3 次提交
  5. 26 7月, 2018 1 次提交
  6. 18 7月, 2018 1 次提交
  7. 12 7月, 2018 1 次提交
  8. 11 7月, 2018 2 次提交
  9. 05 7月, 2018 3 次提交
  10. 03 7月, 2018 5 次提交
  11. 30 6月, 2018 2 次提交
  12. 28 6月, 2018 1 次提交
  13. 27 6月, 2018 1 次提交
  14. 23 6月, 2018 1 次提交
  15. 22 6月, 2018 1 次提交
  16. 21 6月, 2018 5 次提交
  17. 20 6月, 2018 2 次提交
  18. 19 6月, 2018 2 次提交
  19. 16 6月, 2018 1 次提交
  20. 14 6月, 2018 2 次提交
    • Q
      Fix NCCLBcast hang up bug in Parallel Executor (#11377) · 046bb5c8
      Qiyang Min 提交于
      * 1. Create buddy allocator in each places before NcclBcast the variables
      2. Check the memory usage of ALL gpus rather than the first one
      
      * 1. Make NCCLGroupGuard guards only the ncclBcast part, which avoid ncclGroupEnd blocking the exception throwing
      2. NOTE the usage of NCCLGroupGuard
      
      * Remove the memory usage check of gpus
      
      * Fix code style
      046bb5c8
    • X
      Remove cuptiFinalize. · d2afd210
      Xin Pan 提交于
      In cupti samples, only cuptiFlush is used.
      I can't find any places calling cuptiFinalize and
      this API can error out as not_implemented in some
      cuda installation.
      d2afd210