1. 28 Dec, 2018 1 commit
  2. 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
  3. 22 Dec, 2018 4 commits
  4. 21 Dec, 2018 2 commits
    • Nishant Patel's avatar
      Support dynamic scales for Qconv's and Dequantize (#2171) · 7e310e20
      Nishant Patel authored
      * Support dynamic scales for Qconv's and Dequantize
      
      * Remove constant folding
      
      * add additional dynamic_quantize unittest
      
      * add another mxnet quantize unittest
      
      * add additional dynamic_dequantize tests
      
      * fix shape error
      
      * add dynamic signed_quantize unittest
      
      * Pass correct scale
      
      * Refactoring
      
      * Added dynamic scale support for QCBA and QCBSA
      
      * Refactor to create MKLDNN primitives on the first iteration
      
      * remove stray code
      
      * unused variables
      
      * remove extraneous line
      7e310e20
    • gcwenger's avatar
      Graph comparison testing quiet unless problem is detected (#2258) · c153ea8a
      gcwenger authored
      * Graph comparison testing quiet unless problem is detected.
      
      * Fixed file formatting
      
      * Renamed ss => msg
      c153ea8a
  5. 20 Dec, 2018 3 commits
    • Robert Kimball's avatar
      Implement ngraph::element::Type as a wrapper around an enum (#2120) · 5d80f203
      Robert Kimball authored
      * cleanup and add enum
      
      * new type working
      
      * enum works
      
      * use type enum
      
      * cleanup
      
      * fix errant past to source file
      
      * fix type
      
      * safely construct the type map
      
      * fix get_type_info_map return type
      5d80f203
    • Adam Rogowiec's avatar
      3f2cd153
    • L.S. Cook's avatar
      Doc 0.11 (#2219) · 9940123b
      L.S. Cook authored
      * editing docs
      
      * more doc updates
      
      * Cleanup theme, update backends for PlaidML, remove stale font
      
      * Add PlaidML description and doc update that should have been added with PR 1888
      
      * Add PlaidML description and doc update that should have been added with PR 1888
      
      * Latest release doc updates
      
      * Add PlaidML description and doc update for PR 1888
      * Update glossary with tensor description and quantization def
      * Refactor landpage with QuickStart guides
      * Add better details about nGraph features and roadmap
      
      * Placeholder detail for comparison section
      
      * Add section link
      
      * order sections alphabetically for now
      
      * update compiler illustration
      
      * Address feedback from doc review
      
      * Update illustration wording
      
      * Formatting and final edits
      
      * keep tables consistent
      
      * Clarify doc on bridge and compiler docs
      
      * Clarify doc on bridge and compiler docs
      
      * yay for more feedback and improvements
      
      * edit with built doc
      
      * Fix typo
      
      * Another phase of PR review editing
      
      * Final review comment resolved
      
      * note grammatically-correct wording preferred as often as possible.
      
      * First iteration of shared subgraphs with onnx doc
      
      * Updte onnx wheel install instructions with latest ngraph-0.9.0 versioning
      
      * Updte onnx wheel install instructions with latest ngraph-0.9.0 versioning
      
      * Update section  on subgraphs and shared subgraph docs
      
      * Finalize edit of mxnet tutorial given status of our PR
      
      * Make sure latest conf py is being used
      
      * Update to latest index
      
      * Add link to design doc mentioned by Ashoke and update about for consistent headings
      
      * Update with PR feedback
      
      * Update with new pip install instructions
      
      * add more testing
      
      * Further feedback review included
      
      * Improve descriptions, given the new pip pkg install options
      
      * Add note to onnx_ssg_tutorial
      
      * Links updated to latest correct url
      
      * Improve docs for Beta
      
      * Reorganize TOC
      
      * Better org in sections
      
      * Make heading style consistent across indexes
      
      * Update intro to framework builders
      
      * Update intro to framework builders
      
      * Add feedback from reviewers
      
      * Minor fixes to ToC and editing
      
      * Add section on FMV for miscellaneous use cases
      
      * Update notice on README
      
      * Updte link to howto index
      
      * fix typo
      
      * fix note
      
      * Update glossary
      9940123b
  6. 19 Dec, 2018 8 commits
  7. 18 Dec, 2018 3 commits
  8. 15 Dec, 2018 1 commit
  9. 14 Dec, 2018 5 commits
  10. 13 Dec, 2018 9 commits
  11. 12 Dec, 2018 2 commits
    • Nick Korovaiko's avatar
      Removing GOEE (#2212) · 18034315
      Nick Korovaiko authored
      * make GOE extend from util::Op
      
      * fix build breaks
      
      * refactor GOEE
      
      * redundant after jbobba's fix
      
      * fix clang warnings
      
      * add an assert
      18034315
    • gaurides's avatar
      Skip Broadcast in sigmoid fusion (#2197) · 71f13654
      gaurides authored
      * Skip Broadcast in sigmoid fusion
      
      * added test case; modified file perms
      
      * incorporate review comments
      
      * using is_one() to check the node is constant&1
      71f13654