1. 19 Jun, 2019 1 commit
  2. 18 Jun, 2019 1 commit
  3. 17 Jun, 2019 1 commit
  4. 14 Jun, 2019 4 commits
  5. 13 Jun, 2019 2 commits
  6. 11 Jun, 2019 1 commit
  7. 07 Jun, 2019 1 commit
  8. 06 Jun, 2019 1 commit
  9. 04 Jun, 2019 1 commit
  10. 31 May, 2019 2 commits
  11. 28 May, 2019 1 commit
  12. 24 May, 2019 1 commit
  13. 23 May, 2019 1 commit
  14. 22 May, 2019 3 commits
  15. 21 May, 2019 1 commit
  16. 17 May, 2019 2 commits
    • jjsjann123's avatar
      [syncbn update] (#287) · a5289067
      jjsjann123 authored
      update input size check to fix github issue #262
      
      update SyncBatchNorm count check so that size 1 input with cross GPU
      synchronization runs fine.
      a5289067
    • jjsjann123's avatar
      [SyncBatchNorm update] (#285) · ffbb52ba
      jjsjann123 authored
      resolves issue #254
      
      Added input casting for pure python implementation, this supports mismatched
      input and layer dtype.
      ffbb52ba
  17. 16 May, 2019 1 commit
  18. 15 May, 2019 3 commits
  19. 13 May, 2019 2 commits
  20. 09 May, 2019 1 commit
  21. 30 Apr, 2019 5 commits
  22. 29 Apr, 2019 2 commits
  23. 26 Apr, 2019 1 commit
    • ptrblck's avatar
      Replace type().ScalarType() with scalar_type() (#272) · 855808f3
      ptrblck authored
      * change .type().ScalarType() to .scalar_type() + at::ScalarType::X to at::kX
      
      * revert scalar_type() to type() for AT_DISPATCH_FLOATING_TYPES_AND_HALF
      
      * revert scalar_type() to type() in AT_DISPATCH_FLOATING_TYPES
      
      * revert scalar_type() to type() for AT_DISPATCH_FLOATING_TYPES_AND_HALF in welford.cu
      
      * revert scalar_type() to type() in layer_norm_cuda_kernel.cu
      
      * revert at::kType  to at::ScalarType::Type
      
      * use DISPATCH_FLOAT_AND_HALF to get rid of warnings
      
      * add dispatch mechanisms for double+float and double+float+half
      855808f3
  24. 23 Apr, 2019 1 commit