1. 20 May, 2020 1 commit
  2. 19 May, 2020 7 commits
  3. 18 May, 2020 1 commit
  4. 15 May, 2020 4 commits
  5. 14 May, 2020 1 commit
  6. 13 May, 2020 3 commits
  7. 12 May, 2020 5 commits
  8. 11 May, 2020 1 commit
  9. 09 May, 2020 1 commit
  10. 08 May, 2020 3 commits
  11. 07 May, 2020 5 commits
  12. 06 May, 2020 3 commits
  13. 05 May, 2020 1 commit
  14. 04 May, 2020 1 commit
  15. 01 May, 2020 1 commit
    • Deyu Fu's avatar
      Changes to make xentropysoftmax load/store vectorized when possible: (#725) · cf50dc7c
      Deyu Fu authored
      * Changes to make xentropysoftmax load/store vectorized when possible:
      Increase default ILP so that each thread handle 16 Bytes data in one step
      Make thread load/store longest vector possible
      Make unroll case handle adjacent data instead of strided, so same order compare to vector case
      
      * Add shift for not aligned case. Remove less than 16 bytes aligned access
      cf50dc7c
  16. 30 Apr, 2020 2 commits
    • Deyu Fu's avatar
      enable wider load/store for multi_tensor_apply kernels (#763) · 17ee854e
      Deyu Fu authored
      * modify MTA axpby for wider load/store
      
      * Make scale/axpby/l2/adam/lamb multi_tensor uses wider load
      17ee854e
    • Deyu Fu's avatar
      Improvements to apex.mlp (#804) · 31aceeaa
      Deyu Fu authored
      * update fused bias relu backward kernel
      
      * adding support for not require first layer dgrad
      
      * fix bug: wrong layer in requires grad
      
      * add infrastructure for optional bias and activation, currently only support no bias and no relu
      
      * make bias and relu optional separately
      
      * add sigmoid activation option
      31aceeaa