1. 23 Apr, 2019 1 commit
  2. 04 Apr, 2019 1 commit
    • Robert Kimball's avatar
      bfloat16 testing and fixes (#2693) · 667d8f9e
      Robert Kimball authored
      * add test file
      
      * add new float_util files
      
      * Add unit tests for bfloat. Fix bfloat rounding code since it was incorrectly rounding.
      
      * add more tests
      
      * cleanup
      
      * change trucate to be endian agnostic
      
      * prep work for constexpr ctors
      
      * ready for constexpr
      
      * constexpr ctor for bfloat16
      
      * more bfloating
      
      * write constexpr isnan since it is not constexpr on Macos
      
      * remove cast operator
      
      * add benchmark test and cleanup
      
      * use aligned buffers for benchmark tests
      
      * fix numbers printed in benchmark
      
      * remove union and use cast operator
      
      * all tests passing
      
      * cleanup
      667d8f9e
  3. 03 Jan, 2019 1 commit
  4. 31 Dec, 2018 1 commit
  5. 21 Nov, 2018 1 commit
  6. 02 Aug, 2018 1 commit
  7. 03 Jul, 2018 1 commit
  8. 04 Jun, 2018 1 commit
    • Robert Kimball's avatar
      Modernize cmake usage (#1032) · eef750df
      Robert Kimball authored
      * Update cmake files to more modern approach
      
      * disable building libraries that are not required
      
      * handle more build cases
      
      * add versions to backend libs. add start of package target.
      
      * add create_backend to backends
      
      * temporary workaround to tbb not linking correctly with gcc
      
      * install codegen lib
      
      * force tbb to link to the cpu backend so that it is available for codegen
      
      * fix clang build error
      
      * fix warning for codegen build
      
      * update cuda header paths
      
      * change error message for opening backend shared library
      
      * set lib path
      eef750df
  9. 02 Jun, 2018 1 commit
  10. 11 May, 2018 1 commit
  11. 10 May, 2018 1 commit
  12. 09 May, 2018 1 commit
  13. 26 Apr, 2018 1 commit
  14. 15 Feb, 2018 1 commit
  15. 09 Feb, 2018 1 commit
  16. 08 Feb, 2018 1 commit
  17. 26 Dec, 2017 1 commit
  18. 25 Nov, 2017 1 commit
    • Robert Kimball's avatar
      Bob/includes (#266) · 51dcfe07
      Robert Kimball authored
      * add json lib 2.1.1
      
      * turn off clang-format for json lib
      
      * add unit test file
      
      * add code to poison the use of ngraph.hpp from within the ngraph library
      51dcfe07
  19. 20 Sep, 2017 2 commits
  20. 19 Sep, 2017 1 commit
  21. 16 Sep, 2017 1 commit
    • Bob Kimball's avatar
      add liveness pass · d3f3bb1b
      Bob Kimball authored
      add naming of tensors and tensor views
      add visualization pass
      add graph dump pass
      d3f3bb1b
  22. 15 Sep, 2017 1 commit
  23. 14 Sep, 2017 1 commit
  24. 13 Sep, 2017 2 commits
  25. 11 Sep, 2017 1 commit
  26. 10 Sep, 2017 1 commit
    • Robert Kimball's avatar
      add pass skeletons · ae48ed32
      Robert Kimball authored
      add test framework
      
      stuff wired up
      
      benchmark segfault for 5M nodes. fun
      
      make traverse_nodes not recursive
      
      print timings on benchmark
      
      unit test for pass manager
      ae48ed32
  27. 08 Sep, 2017 1 commit
    • Scott Cyphers's avatar
      Add input/output tensor information to nodes. · 7a00e125
      Scott Cyphers authored
      All tuples are expanded out to their component tensors.
      
      Output: Describes one tensor output of an node
      Input: Described one tensor input to a node, including the output supplying the value.
      7a00e125
  28. 06 Sep, 2017 2 commits
  29. 05 Sep, 2017 1 commit
    • Avijit's avatar
      Avijit/ngraph cpp integration 2 (#81) · 3c815ee4
      Avijit authored
      * Cleaned up the CMakeLists.txt to properly do the include paths and fixed the install targets.
      Also cleaned up the header files located in sub directories.
      * Added a simple C++ example with Makefile.
      * UPdated the readme with TF usage instructions.
      3c815ee4
  30. 31 Aug, 2017 1 commit
  31. 30 Aug, 2017 4 commits
  32. 29 Aug, 2017 1 commit
  33. 23 Aug, 2017 1 commit
  34. 22 Aug, 2017 1 commit