1. 10 May, 2018 2 commits
  2. 09 May, 2018 1 commit
  3. 07 May, 2018 1 commit
  4. 28 Apr, 2018 1 commit
  5. 26 Apr, 2018 1 commit
  6. 25 Apr, 2018 1 commit
  7. 24 Apr, 2018 1 commit
  8. 21 Apr, 2018 1 commit
    • Adam Straw's avatar
      Add Inference Engine (IE) backend (#883) · 3d590dea
      Adam Straw authored
      * ie backend and manager with passing unit tests except for select/function
      
      * fix function_call and select
      
      * simplify implemenation by removing support for convert and select
      
      * remove manager
      3d590dea
  9. 20 Apr, 2018 1 commit
  10. 10 Apr, 2018 1 commit
    • Nick Korovaiko's avatar
      Zero Dimension Tensor Elimination (#617) · 2d75f665
      Nick Korovaiko authored
      *  zero dimension tensor elimination init
      
      * more ops + refactor + tests
      
      * revert pattern.cpp
      
      * add internal zero-length test
      
      * address Scott's feedback
      
      * fix comp errors
      
      * proper static init
      
      * get rid of unique-ptr
      
      * refactor hashmap into virtual get_default_values on op classes
      
      * fix formatting
      2d75f665
  11. 09 Apr, 2018 1 commit
    • Robert Kimball's avatar
      New backend/transformer API (#739) · 777600c6
      Robert Kimball authored
      * force backend compile() to make a copy of the graph
      
      fix copy_with_new_args on ops that have function pointers internal
      
      update unit test for new backend API
      
      add unit test for multiple simulataneous backends
      
      * move get_subdevices virtual method to Manager class
      
      * update GPU to latest
      
      * update call methods
      
      * add remove_compiled_function()
      777600c6
  12. 29 Mar, 2018 1 commit
  13. 28 Mar, 2018 1 commit
  14. 26 Mar, 2018 1 commit
  15. 22 Mar, 2018 1 commit
  16. 20 Mar, 2018 1 commit
    • Sandeep's avatar
      rename to nnp (#688) · bb831262
      Sandeep authored
      * topolotical-sort based node clustering
      
      * cmake builds
      
      * Argon manager renamed to NNP along with placement
      
      * nnp dir cmake changes
      
      * tests pass
      
      * more renames
      
      * somemore renames
      
      * reslove redefination
      
      * revert to ARGON_API
      
      * more PR comments and remove nnp-fusion tests as redundant
      
      * update path
      
      * fix format
      bb831262
  17. 14 Mar, 2018 1 commit
    • Robert Kimball's avatar
      Yet another serialization option (#619) · 28602f31
      Robert Kimball authored
      * Add cpio file read/write class and unit tests
      
      add reserializer
      
      Add unit test for serialize constants to cpio file. Fix bug in serializer if function has no parameters.
      28602f31
  18. 05 Mar, 2018 1 commit
    • Robert Kimball's avatar
      Include cleanup (#583) · cec89708
      Robert Kimball authored
      * cleanup
      
      * cleanup
      
      * fix all headers to be standalone as far as includes go
      
      * include cleanup
      
      * cleanup includes
      
      * cleanup
      
      * include tester
      
      * wip
      
      * cleanup
      
      * cleanup
      
      * cleanup
      cec89708
  19. 28 Feb, 2018 1 commit
  20. 27 Feb, 2018 1 commit
  21. 26 Feb, 2018 1 commit
    • Yixing Lao's avatar
      Initial support for hybrid transformer (#526) · 7f08b97b
      Yixing Lao authored
      * initial support for hybrid transformer
      
      * add broadcast_vector_rowwise_reversed for hybrid test
      
      * headerc
      
      * get function placement fix
      
      * conv ref test generator graph node in labmda fuction
      
      * rename map_parameter_to_source_node
      
      * type change map_parameter_to_source_node
      
      * use interpreter for numerical derivative
      
      * better comments
      7f08b97b
  22. 21 Feb, 2018 1 commit
  23. 20 Feb, 2018 1 commit
  24. 14 Feb, 2018 3 commits
  25. 13 Feb, 2018 3 commits
  26. 09 Feb, 2018 5 commits
  27. 08 Feb, 2018 2 commits
  28. 07 Feb, 2018 1 commit
  29. 06 Feb, 2018 1 commit
  30. 05 Feb, 2018 1 commit
    • Nick Korovaiko's avatar
      inline_function_call (#439) · bef56921
      Nick Korovaiko authored
      inline
      
      Inliner pass + tests
      
      debugging
      
      fix inliner failures due to the fact a random function is picked as an outermost one
      
      copyright headers
      bef56921