1. 09 Nov, 2018 8 commits
    • 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
    • Robert Kimball's avatar
      Interpreter rework (#2030) · 6f511762
      Robert Kimball authored
      * all tests passing
      
      * rename a few vars to be consistent with new tensor names
      6f511762
    • Artur Wojcik's avatar
      b52a7798
    • Amy Zhuang's avatar
      Add in-place-slice optimization for CPU backend. (#1967) · 65355a17
      Amy Zhuang authored
      * Add in-place-slice optimization for CPU backend.
      
      * Modify slice emitter function for in place slice.
      
      * Allow arg node to have multiple outputs for in place slice.
      
      * Remove unused variable.
      
      * Add CPUExecutionContext argument to slice builder.
      
      * Address PR feedback: move computation out of the functor.
      
      * Move size computation out of the functor for in place concat.
      65355a17
  2. 08 Nov, 2018 6 commits
  3. 07 Nov, 2018 9 commits
    • Jayaram Bobba's avatar
      IAT: Collapse dims for Dot ops (#1991) · e5d9b540
      Jayaram Bobba authored
      * Collapse dimensions for inputs to Dot
      
      * Remove eigen kernels for higher dimension dots since they will collapse to cblas_gemm kernels
      
      * Moved collapse dims pass after the fusion passes to prevent interference with fusion patterns. Use cblas_gemm for 2D dot
      e5d9b540
    • Chris Sullivan's avatar
      add dtype-generic load definitions and clean up nvrtc helpers (#1975) · f33317cc
      Chris Sullivan authored
      * Refactor include_helpers into an nvrtc specific helper file. Add templated define functions for coherent and noncoherent memory loads.
      
      * Format
      
      * const refs.
      
      * Remove cast of zero.
      f33317cc
    • Adam Procter's avatar
      af889535
    • 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
    • Adam Straw's avatar
      graph builders for quantize scale (#1976) · 8bd3846f
      Adam Straw authored
      * quantize scale passing unit tests
      
      * epsilon bump
      
      * finished with quantization scale
      
      * unit tests passing with convolution scale as builder
      
      * broadcasted constants and cleanup
      
      * api consistency for quant builders
      
      * code style
      
      * cleanup
      
      * newline at EOF
      
      * use requantization_scale
      
      * drop TF license as we are no longer using TF code directly
      8bd3846f
    • Amy Zhuang's avatar
      Do not fuse nodes if one node is predecessor of another node in horiz… (#1928) · 2a26558a
      Amy Zhuang authored
      * Do not fuse nodes if one node is predecessor of another node in horizontal fusion.
      
      * Add dead node check and remove predecessor check in horizontal fusion.
      2a26558a
    • 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
    • Jayaram Bobba's avatar
      Jbobba/halide (#1971) · ba73e2b8
      Jayaram Bobba authored
      * Add missing halide dependency
      
      * Bug fix in halide op creation
      
      * Localize halide/llvm to cpu backend
      
      * Added comments
      
      * Pass NGRAPH_HALIDE to tests
      
      * Resolve merge conflicts
      ba73e2b8
  4. 06 Nov, 2018 7 commits
  5. 05 Nov, 2018 4 commits
  6. 04 Nov, 2018 2 commits
  7. 03 Nov, 2018 4 commits