1. 27 Mar, 2018 2 commits
    • Fenglei's avatar
      gpu reshape n-dimension (n>2) (#716) · 4e78f25d
      Fenglei authored
      * add nd reshape
      
      * compiler and no crash with wrong result version
      
      * change output_stride to trans_stride, which transform input idx to output idx
      
      * using vector instead of c array
      
      * remove delete
      
      * using const and reference to pass string and array
      
      * change 'unimplement' comments, remove extra indents
      
      * format and cast size_t to int
      4e78f25d
    • adstraw's avatar
      tensor (sequence) mask (#735) · b3896731
      adstraw authored
      * tensor (sequence) mask
      
      * convert sequence to match input type
      
      * update API to take batch axis
      b3896731
  2. 26 Mar, 2018 10 commits
  3. 25 Mar, 2018 2 commits
  4. 24 Mar, 2018 1 commit
    • Louis Feng's avatar
      ngmx-372 Fuse RNN matrix operations (#724) · de760a38
      Louis Feng authored
      * test graph.
      
      * rnn matrix fusion wip.
      
      * WIP.
      
      * matrix fused.
      
      * clean up.
      
      * additional refactor.
      
      * fixed merge errors.
      
      * testing.
      
      * added test case.
      
      * more testing.
      
      * more testing.
      
      * bias wip.
      
      * debuggging.
      
      * fusing bias too.
      
      * disabled debug outputs.
      
      * removed debugging.
      
      * removed testing models.
      
      * removed debug models.
      
      * reset nbench.
      
      * clean up and testing.
      
      * removed debug code.
      
      * updated comments and var names.
      
      * rename var.
      
      * removed debug code.
      
      * removed debug code.
      
      * fixed compiler warnings.
      
      * refactored test.
      
      * Added const to parameter.
      
      * address some of the review comments.
      
      * added comments and addressed reviews.
      de760a38
  5. 23 Mar, 2018 6 commits
  6. 22 Mar, 2018 12 commits
  7. 21 Mar, 2018 6 commits
  8. 20 Mar, 2018 1 commit