1. 20 Aug, 2019 1 commit
  2. 19 Jul, 2019 1 commit
  3. 13 Jun, 2019 3 commits
  4. 22 Feb, 2019 1 commit
  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. 01 Dec, 2018 1 commit
    • Ayan Moitra's avatar
      Support arg_reduce for int32 for nvGPU (#2122) · 7188b5bd
      Ayan Moitra authored
      * Add argmReduce support for int32 +  tests
      
      * add new line
      
      * add to intelGPU manifest
      
      * Address Fenglei's comment
      
      * address comments
      
      * Small change to emitter logic.
      
      * Chris's comments incorporated
      
      * minor edits + clang
      
      * edit
      7188b5bd
  9. 16 Nov, 2018 1 commit
  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