1. 03 Sep, 2018 5 commits
  2. 01 Sep, 2018 1 commit
  3. 31 Aug, 2018 7 commits
  4. 30 Aug, 2018 4 commits
  5. 29 Aug, 2018 9 commits
  6. 28 Aug, 2018 7 commits
  7. 27 Aug, 2018 4 commits
  8. 25 Aug, 2018 1 commit
  9. 24 Aug, 2018 2 commits
    • Fenglei's avatar
      nvgpu reduction optimization (#1455) · 6679c233
      Fenglei authored
      * add cuda reduce
      
      * clang format
      
      * fix bugs
      
      * fix bug
      
      * add 1d reduce
      
      * clang format
      
      * fix bugs
      
      * unroll loop
      
      * remove debug info
      
      * revert tests
      
      * unroll 1D reduce op
      
      * add comments
      
      * using cudnn for nd to scalar reduction
      
      * remove cuda 1d reduction since cudnn version is faster
      
      * remove 1D kernel
      
      * fix variable name
      
      * resolve Chris's comments
      
      * non_reduce_in_strides to non_reduce_strides
      6679c233
    • Michał Karzyński's avatar
      [ONNX] Fix reshape helper (#1490) · 2655f5e0
      Michał Karzyński authored
      2655f5e0