1. 20 Nov, 2018 6 commits
    • 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
  2. 19 Nov, 2018 1 commit
  3. 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
  4. 16 Nov, 2018 3 commits
  5. 15 Nov, 2018 4 commits
  6. 14 Nov, 2018 5 commits
  7. 13 Nov, 2018 5 commits
  8. 12 Nov, 2018 5 commits
  9. 11 Nov, 2018 2 commits
    • Fenglei's avatar
      nvgpu softmax cuda version (#2014) · be9f031e
      Fenglei authored
      * add softmax cuda support
      
      * optimize block size
      
      * remove debug info
      
      * remove debug
      
      * style
      
      * remove unused
      
      * remove cudnn softmax
      
      * format
      
      * using nullptr
      
      * move helper, add test
      
      * fix style
      
      * using all_close_f
      
      * using kahansum
      
      * style
      
      * remove commentted out code
      be9f031e
    • Fenglei's avatar
      add isfinite check for all_close (#2028) · 702d465a
      Fenglei authored
      * add isfinite check
      
      * style
      
      * output 5 diff and total diff
      
      * output limit of diff for all_close_f
      
      * dix bug
      
      * disable tests
      
      * remove failing unit test that does not make sense.
      702d465a
  10. 10 Nov, 2018 4 commits
  11. 09 Nov, 2018 4 commits