1. 19 Jul, 2019 1 commit
  2. 04 Apr, 2019 1 commit
  3. 29 Mar, 2019 1 commit
  4. 18 Mar, 2019 2 commits
    • Robert Kimball's avatar
      Change floating point comparisons from == to all_close_f (#2620) · 56e160ba
      Robert Kimball authored
      * change float comparisons from == to all_close_f
      
      * style
      
      * address a few more direct float comparisons
      
      * add missing include
      
      * specify tightest tolerance for Broadcast and Reshape tests
      
      * Increased tightness of float testing
      
      Increased tightness of float testing via MIN_FLOAT_TOLERANCE_BITS parameter
      
      * style
      56e160ba
    • Fenglei's avatar
      nvgpu tensor copy_from (#2624) · 1e6afbac
      Fenglei authored
      * add copy_from on GPUTensor
      
      * add test
      
      * remove unused code in test
      
      * fix warning
      
      * fix type
      
      * fix comment texg
      
      * using all_cloase for test
      1e6afbac
  5. 14 Mar, 2019 1 commit