1. 03 Jan, 2019 1 commit
  2. 02 Jan, 2019 1 commit
  3. 28 Dec, 2018 1 commit
  4. 23 Dec, 2018 2 commits
    • Robert Kimball's avatar
      Hybrid GPU Backend (#2240) · 90503652
      Robert Kimball authored
      * Add GPUH hybrid backend
      
      * update manifests
      
      * update node operator<<
      
      * fix GOE
      
      * remove debug
      
      * remove debug
      
      * more cleanup
      
      * add parent support to cpu and intel gpu backend tensors
      
      * cleanup
      
      * fix odd failure when printing node during construction
      
      * fix node output
      
      * address review comments
      
      * style
      90503652
    • Robert Kimball's avatar
      Remove code designed to support the Ninja cmake generator (#2241) · 42f16035
      Robert Kimball authored
      * update build byproducts to support ninja
      
      * remove unused cmake code
      
      * more cmake cleanup
      
      * display error message if Ninja generator is requested
      
      * fix mkldnn ext project
      
      * revert onnx cmake file
      
      * revert protobuf cmake file
      
      * revert mlsl cmake file
      
      * more fixing
      42f16035
  5. 14 Dec, 2018 1 commit
  6. 13 Dec, 2018 1 commit
  7. 11 Dec, 2018 2 commits
    • Robert Kimball's avatar
      Framework for Hybrid GPU backend (#2196) · af2c4c7d
      Robert Kimball authored
      * add empty framework for hybrid GPU, or GPUH
      
      * move placement to the runtime directory
      
      * wip
      
      * skeleton for hybrid GPU backend. most unit tests pass.
      
      * cleanup
      
      * move hybrid code into hybrid dir/namespace
      
      * move hybrid functions
      
      * move more hybrid functions to hybrid directory
      
      * fix placement after compile. All unit tests passing
      
      * fix gpu backend ctor
      af2c4c7d
    • Robert Kimball's avatar
      Windows build support (#2177) · 9234cc69
      Robert Kimball authored
      * files pulled from bob/winbuild
      
      * fix compile problems
      
      * fix a few windows build errors
      
      * add windows file to exclude from git
      
      * add comment why change was made
      
      * revert obsolete change
      
      * more cleanup
      
      * building interpreter and unit test on windows with DLLs
      
      * Add flag for windows to export all symbols. Short term fix.
      
      * enable MD build
      
      * address warnings
      
      * dump all windows build results to a single directory
      
      * fix windows backend dll open issue
      
      * remove debug
      
      * fix file iterator for windows
      
      * fix merge error
      
      * fix test failure
      
      * change header from h to hpp in hopes of making python happy
      
      * address more linux build issues
      
      * fix visibility enable
      9234cc69
  8. 04 Dec, 2018 1 commit
    • Robert Kimball's avatar
      Use cmake to do style (#2102) · aaf25652
      Robert Kimball authored
      * wip
      
      * wip
      
      * style check checking
      
      * try cmake version of check/apply style
      
      * update style check to print list of files in error
      
      * cleanup
      aaf25652
  9. 28 Nov, 2018 2 commits
  10. 27 Nov, 2018 1 commit
    • Sang Ik Lee's avatar
      On macos, (#2121) · 8ee327ca
      Sang Ik Lee authored
      Use @loader_path for the calling library/executable
      Use @rpath for dependent libraries.
      8ee327ca
  11. 21 Nov, 2018 6 commits
  12. 09 Nov, 2018 1 commit
  13. 07 Nov, 2018 3 commits
    • Robert Kimball's avatar
      NOP backend (#1979) · 4918449c
      Robert Kimball authored
      * add nop backend
      
      * nop backend
      
      * fix flag name
      
      * add new switch to cmake output of switch settings
      
      * add new unit test to igpu manifest
      
      * remove redundant test
      4918449c
    • Robert Kimball's avatar
      address issues which surface with clang 6.0 (#1980) · 79802dcf
      Robert Kimball authored
      * address issues which surface with clang 6.0
      
      * revert changes due to new clang warning and disable new warning
      79802dcf
    • Robert Kimball's avatar
      Add a real HybridBackend (#1998) · 45fba7b1
      Robert Kimball authored
      * wip
      
      * wip
      
      * wip
      
      * move hybrid wrapper to hybrid backend dir
      
      * move hybrid wrapper to correct namespace
      
      * wip
      
      * sorta working
      
      * remove debug from sorta working homogeneous hybrid backend
      
      * is_supported is supported for GPU
      
      * cleanup debug
      
      * more progress
      
      * remove debug
      
      * cleanup
      
      * turn off hybrid by default
      
      * revert change
      
      * revert
      
      * rename wrapper to backend
      
      * revert
      
      * address review comments
      
      * style
      45fba7b1
  14. 06 Nov, 2018 3 commits
  15. 03 Nov, 2018 1 commit
  16. 29 Oct, 2018 2 commits
    • Robert Kimball's avatar
      remove broken platform.cmake (#1937) · 46ed8e05
      Robert Kimball authored
      46ed8e05
    • Rob Earhart's avatar
      Add PlaidML backend (#1888) · f0acb7da
      Rob Earhart authored
      * Add PlaidML backend
      
      * CR comments
      
      Used m_ prefix for members; removed trailing underscores
      Updated license headers
      Moved associated header inclusions to project blocks
      Wrapped comments to 100 chars
      Added missing newlines between functions
      Removed nested namespaces in operation implementations
      
      * Add earhart to CODEOWNERS
      
      * Rebase updates
      
      * style
      f0acb7da
  17. 27 Oct, 2018 1 commit
  18. 23 Oct, 2018 1 commit
    • Sandeep's avatar
      hybrid at core (#1821) · 2e88d948
      Sandeep authored
      * skeleton backend
      
      * Code owner from if conditioning
      
      * add simple placement for interpreter and register pass in hybrid
      
      * placement policy applied
      
      * clone the function if needed
      
      * split the function
      
      * Compile subfunctions in corresponding backends
      
      * hybrid backed works as is for abc test
      
      * cleanup
      
      * add placement policy for CPU
      
      * cleanup a little
      
      * add simple op cost method to backend
      
      * enable CPU pass via flag
      
      * address clang-format PR issue
      
      * reslove build
      
      * clean-up
      
      * update manifest
      
      * disable HYBRID as default build
      
      * style
      
      * addressing offline discussion
      
      * more offline discussion
      2e88d948
  19. 15 Oct, 2018 1 commit
  20. 12 Oct, 2018 1 commit
  21. 02 Oct, 2018 1 commit
  22. 04 Sep, 2018 1 commit
    • Avijit's avatar
      Cmake flags update (#1539) · 62e470b2
      Avijit authored
      * Added cmake flags to specify D_GLIBCXX_USE_CXX11_ABI and disable building of doc
      
      * Renamed the NGRAPH_DOC_BUILD_ENABLE flag based on PR feedback
      62e470b2
  23. 28 Aug, 2018 1 commit
  24. 27 Aug, 2018 1 commit
  25. 24 Aug, 2018 1 commit
  26. 23 Aug, 2018 1 commit
  27. 17 Aug, 2018 1 commit
    • Jayaram Bobba's avatar
      Enable DEX only build of ngraph (#1424) · 64ac3775
      Jayaram Bobba authored
      * Optionally get rid of codegen from the CPU backend
      
      * Rename option variable
      
      * Merge fixes
      
      * Merge
      
      * Remove extra changes
      
      * remove dex only exclusions (#1429)
      
      * Unconditionally pick  m_direct_execution if NGRAPH_DEX_ONLY
      
      * Style fix
      64ac3775