1. 01 Jan, 2020 1 commit
  2. 20 Aug, 2019 1 commit
  3. 19 Jul, 2019 1 commit
  4. 27 Mar, 2019 1 commit
  5. 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
  6. 22 Feb, 2019 1 commit
  7. 03 Jan, 2019 1 commit
  8. 19 Dec, 2018 1 commit
  9. 11 Dec, 2018 1 commit
    • Nick Korovaiko's avatar
      Embedding fprop (#2053) · 16d88a7f
      Nick Korovaiko authored
      * embedding fprop
      
      * add a new line
      
      * type prop tests
      
      * rename
      
      * add a stub handler for embeddinglookup on intelgpu
      
      * rename embedding.* to embedding_lookup
      
      * rename tests in manifest files
      
      * move embeddinglookup to catchall case
      
      * fix test case breaks after merge
      
      * add a negative test, pull up an assertion
      
      * fix test failures
      16d88a7f