1. 04 Apr, 2019 1 commit
  2. 18 Mar, 2019 1 commit
    • 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
  3. 22 Feb, 2019 1 commit
  4. 07 Jan, 2019 1 commit
    • gcwenger's avatar
      Simplified all_close_f interface and tightened default criteria (#2285) · 0eaa960c
      gcwenger authored
      * Simplified & tightened all_close_f parameters
      
      Removed specification of mantissa bits for all_close_f in favor
      of just specifying tolerance bits. Tightened up all_close_f default.
      Fixed LRN unit test which had insufficient result precision to pass
      tighter all_close_f tolerance.
      
      * Addressed PR comments.
      
      Reworked mantissa bit and tolerance constants.
      Clarified and improved graph comparison tolerance calculation flexibility.
      Clarified unit test tolerance testing.
      0eaa960c
  5. 03 Jan, 2019 1 commit
  6. 19 Dec, 2018 1 commit
  7. 07 Dec, 2018 1 commit
    • Robert Kimball's avatar
      Backend API change pre-work (#2064) · e0933553
      Robert Kimball authored
      * change compile call to return Handle
      
      * make CPU require compile() before call()
      
      * fix unit tests to call compile() before call()
      
      * fix failing ops
      
      * update unit test
      
      * revert some changes
      
      * more fixups
      
      * more diff cleanup
      
      * a few more issues addressed
      
      * more fixes
      
      * update API
      
      * more updates
      
      * fix test_ops.py
      
      * fix
      
      * another attempt to fix
      
      * fix unit test
      
      * fix test error
      e0933553
  8. 16 Nov, 2018 1 commit
  9. 05 Nov, 2018 1 commit
    • Ayan Moitra's avatar
      TopK additional tests for nvGPU backend (#1946) · 37dc586c
      Ayan Moitra authored
      * added tests for malloc mode and graph transform
      
      * Comment incorporation
      
      * changed comparing backend to INTERPRETER
      
      * COmments resolved+clang
      
      * Adressed all comments
      
      * IntelGPU does not support topk
      37dc586c
  10. 29 Oct, 2018 1 commit
    • Ayan Moitra's avatar
      Support TopK for NvidiaGPU backend (#1908) · d901446d
      Ayan Moitra authored
      * fresh commit for the changes
      
      * Working topk on ndims for nvGPU
      
      * fix
      
      * clang
      
      * Added unit test, improved kernel hash and Bob's comment
      
      * int64 test+clang
      
      * Moved argReduce and topk tests to a separate file
      
      * TopK unsupported for IntelGPU
      
      * addressed Fenglei and Chris's comments
      
      * addressed Fenglei and Chris's comments
      d901446d