1. 12 Jul, 2018 3 commits
    • Robert Kimball's avatar
      remove custom install path (#1164) · 41942f8b
      Robert Kimball authored
      * remove custom install path
      
      * fix travis build
      
      * Add NGRAPH_INSTALL_PREFIX as an alias for CMAKE_INSTALL_PREFIX to make our unit tests pass.
      
      * change install path setting
      41942f8b
    • Robert Kimball's avatar
      Bob/backend list (#1220) · 8e1954d0
      Robert Kimball authored
      * open only the unversioned library but check that it is built against the correct version of ngraph
      
      * review comments
      8e1954d0
    • Fenglei's avatar
      gpu safe call - add CUDA_RT_SAFE_CALL (#1222) · 97b19515
      Fenglei authored
      * add CUDA_SAFE_CALL to all cuda calls
      
      * add CUDA_RT_SAFE_CALL
      
      * add null ptr check before free
      
      * init pointer to nullptr
      
      * consolidate conditions
      97b19515
  2. 11 Jul, 2018 2 commits
  3. 10 Jul, 2018 1 commit
  4. 09 Jul, 2018 4 commits
  5. 08 Jul, 2018 2 commits
  6. 07 Jul, 2018 4 commits
  7. 06 Jul, 2018 4 commits
  8. 05 Jul, 2018 4 commits
  9. 04 Jul, 2018 1 commit
  10. 03 Jul, 2018 6 commits
  11. 02 Jul, 2018 5 commits
    • Sandeep's avatar
      move sigmoid to core fusion (#1132) · d05b5e39
      Sandeep authored
      * declare sigmoid for core fusion
      
      * add simple test for sigmoid
      
      * info fusion status
      
      * cp op as main op
      
      * builds as expected
      
      * move sigmoid fusion code
      
      * add reference kernel
      
      * sigmoid bprop reference kernel and clang-format
      
      * add delta to bprop
      
      * fprop called
      
      * compiles bprop
      
      * move tests
      
      * serializer support
      
      * address comments in code
      
      * add doc
      
      * naming similar to core ops
      
      * fix failing test
      
      * fix failing test
      
      * address clang issue
      
      * more changes
      
      * change test macro
      d05b5e39
    • L.S. Cook's avatar
      18e58ea9
    • Pruthvi's avatar
      MKLDNN BoundedRelu implementation for Relu6 (#1179) · eaa6091c
      Pruthvi authored
      * 1. Added MKLDNNN BoundedRelu op support for Relu6
      2. CpuLayout && CPU assignment pass for BoundedRelu Op
      3. Unit test inter v/s CPU for BoundedReluOp
      4. MKLDNN and default emitter code for BoundedReluOp
      
      * Removed Debug prints
      
      * 1. Added support for boundedrelu to work on any constant literal
      2. unit test case for rank2, rank3, rank4 for bounded relu without serialized graph
      
      * Removed is_six() method
      eaa6091c
    • Louis Feng's avatar
      Conv+bias shape check for better error detection (#1176) · e42e5815
      Louis Feng authored
      * Reshape bias to 1D for conv + bias bprop fusion
      
      * Reshape goe2 back to 2D before replacing
      
      * added shape checks to validate conv+bias op.
      
      * removed conv+bias backprop merge for separate PR review.
      
      * fixed conv_bias_bprop test.
      
      * minor changes to error messages.
      e42e5815
    • Fenglei's avatar
      gpu slice optimization (#1172) · f243d035
      Fenglei authored
      * add gpu_timer to external function
      
      * compiled version
      
      * working version
      
      * using block_begin and block_end
      
      * add the missing '
      ;'
      
      * move slice to cuda emiter
      
      * change size_t to uint32_t in kernel
      
      * working version
      
      * change block size from 1 to 64
      
      * fix bugs
      
      * nthreads need to be size_t in broadcast op
      
      * add rank to kernel name hash
      
      * update slice in convolution
      
      * resolve index conflict
      
      * change align to align_to_blocksize, add overflow check
      
      * add gird size check and fix pool merge bug
      
      * code style, change names
      f243d035
  12. 30 Jun, 2018 2 commits
    • Pruthvi's avatar
      Pruthvi/fix rnn output (#1135) · c4c24cb0
      Pruthvi authored
      * - Fixed replace output for the multi layer recurrent cell state tensor output
      - Modified rnn add_output to consider direction and n_layer while calculating the output size for mkldnn dst_layer and dst_iter
      
      * fix unit test failure
      c4c24cb0
    • Nick Korovaiko's avatar
      LoopKernel Collector (#1128) · 784735d6
      Nick Korovaiko authored
      * collector
      
      * keeping track of inputs; simplifying a merging stratey; adding LKGraph
      
      * LoopKernel Collector
      
      * address feedback
      
      * address feedback 2
      
      * address feedback 3
      784735d6
  13. 29 Jun, 2018 2 commits