1. 20 Nov, 2018 2 commits
  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 8 commits
    • Robert Kimball's avatar
      optimization for about 2x speedup (#2036) · 2fc73b43
      Robert Kimball authored
      * optimization for about 2x speedup
      
      * more optimizations
      2fc73b43
    • Nick Korovaiko's avatar
      swim a special case of broadcast (#2034) · 0ac2a8b6
      Nick Korovaiko authored
      0ac2a8b6
    • Jayaram Bobba's avatar
      1daac094
    • Nick Korovaiko's avatar
      more passes to static (#2027) · e54156cf
      Nick Korovaiko authored
      e54156cf
    • Adam Procter's avatar
      Add experimental ShapeOf op (#2023) · 3a47eafc
      Adam Procter authored
      * Add ShapeOf op
      
      * Helps to check in the source files
      
      * Add shape_of_scalar to unit test manifests
      
      * Add missing include to gpu_emitter.cpp
      
      * Change 'this op is experimental' wording per @indie's suggestion
      
      * New idea: let's try not mallocing 300 terabytes
      
      * Update interpreter implementation
      3a47eafc
    • L.S. Cook's avatar
      Many updates to latest nGraph Architecture and feature docs (#1953) · 3c830a69
      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
      3c830a69
    • Nick Korovaiko's avatar
      DropOut for INT (#2029) · 0bb9368a
      Nick Korovaiko authored
      0bb9368a
    • Robert Kimball's avatar
      Fix gtest and LLVM builds with ABI flag setting (#2019) · ed14b94f
      Robert Kimball authored
      * fix gtest abi build
      
      * fix llvm build with abi flag
      
      * remove debug
      
      * add check for conflicting flags in cmake
      ed14b94f