1. 21 Nov, 2018 22 commits
  2. 20 Nov, 2018 7 commits
    • Chris Sullivan's avatar
      Add MaxPool as an explicit argument to MaxPoolBackprop (#2065) · 67c0488b
      Chris Sullivan authored
      * remove forward op
      
      * fix bbrks
      
      * fix pybind c-tor for max_pool_bprop
      
      * Add new c-tor to MaxPoolBackprop that takes MaxPool as an explicit argument. Add serializer support.
      
      * Add nvgpu support for new backward pooling c-tor, and calculate fprop when it isn't available.
      
      * Add extra layout for 3 arg maxpool backprop.
      
      * Formatting.
      
      * cpu_workspace_insertion to expect 3-arg maxpool bprop
      
      * GPU: add bprop_needs_pooling flag to primitive hash
      
      * Update INTELGPU arguments_check for MaxPoolBackprop and GPU invocation for avg pool.
      67c0488b
    • Nick Korovaiko's avatar
      support a general case Broadcast swimming for ReshapeSinking (#2068) · a708df68
      Nick Korovaiko authored
      * swim a special case of broadcast
      
      * general case broadcast swimming for reshape sinking
      
      * fix in_order=false case
      
      * fix reshape redef warning
      
      * add broadcast swimming test
      
      * cleanup test case
      
      * fix warnings
      
      * fix test case
      a708df68
    • L.S. Cook's avatar
      Architecture and feature docs2 (#2038) · b1a22df1
      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
      
      * Update README with different sort of navigation options
      
      * Remove unnecessary repetition
      
      * Add links to announcement blogs for previous contributions to ONNX and PyTorch projects
      
      * Better link
      
      * Add syllabus for perf criterion
      
      * Editing and readability on README and add page for performance-validated workloads
      
      * Editing and readability on README and add page for performance-validated workloads
      
      * Editing and readability on README and add page for performance-validated workloads
      
      * Update README
      
      * Update illustrations with detail pertinent to br
      
      * Documenting diagram and updating about features faqs doc
      
      * Latest Beta doc updates
      
      * clarify wording on arch doc
      
      * Update deprecated INSTALL.md file and CONTRIB.md
      
      * Legacy framework support for neon removed; instead show how nGraph enables custom or customizable frameworks
      
      * nGraph Compiler stack beta
      
      * Add markdown version of some docs as requested
      
      * update full ng stack diagram
      
      * Make sure diagrams work after moving them to tld
      
      * Update ABOUT tld info doc with PR review feedback
      b1a22df1
    • Robert Kimball's avatar
      address klocwork issues (#2085) · 6eefbce4
      Robert Kimball authored
      6eefbce4
    • Louis Feng's avatar
      Sigmoid layout bugfix (#2081) · 6e06cded
      Louis Feng authored
      * unit test for sigmoid layout.
      
      * fixed layout bug and added unit test.
      
      * same fix for cpu emitter.
      
      * removed unused vars.
      6e06cded
    • Jayaram Bobba's avatar
      Support dynamic scales for quantization in the CPU backend (#2042) · b5fb2e86
      Jayaram Bobba authored
      * Support dynamic scales for quantization
      
      * Avoid static object inside functors
      
      * Added missing capture and removed mkldnn_submit
      
      * fix merge error
      b5fb2e86
    • Amy Zhuang's avatar
  3. 19 Nov, 2018 1 commit
  4. 18 Nov, 2018 1 commit
    • Jayaram Bobba's avatar
      Support to selectively enable/disable passes through env variable (#2049) · 880594ba
      Jayaram Bobba authored
      * Support to selectively enable/disable passes through env variable
      
      * Address compiler warning about zero arg macros
      
      * Move pass selection options to PassConfig object
      
      * remove unnecessary header include
      
      * use default copy constructor
      
      * Address PR feedback
      
      * switch to map to keep xcode clang happy. doesn't seem to have a hashing function for string
      880594ba
  5. 16 Nov, 2018 3 commits
  6. 15 Nov, 2018 4 commits
  7. 14 Nov, 2018 2 commits