1. 07 Feb, 2018 1 commit
  2. 30 Jan, 2018 3 commits
    • Robert Kimball's avatar
      working (#423) · e87b4936
      Robert Kimball authored
      e87b4936
    • Nick Korovaiko's avatar
      fuse dot(a,b) + c (#418) · ea29c6e3
      Nick Korovaiko authored
      cblas_gemm working on mlp
      
      rebase & small fixes
      
      enable debug output
      
      support replacing function's outputs
      
      productizing CPUFusion
      
      addressing Bob and Jayaram's feedback
      
      removing json used for simplification tests
      
      adding comments
      
      fixing formatting errors and removing dead code
      
      TODO msg
      
      removing serializer changes
      ea29c6e3
    • Adam Procter's avatar
      Convolution backprop ops (#416) · d933d531
      Adam Procter authored
      d933d531
  3. 29 Jan, 2018 6 commits
  4. 28 Jan, 2018 1 commit
  5. 27 Jan, 2018 2 commits
  6. 26 Jan, 2018 2 commits
  7. 25 Jan, 2018 1 commit
  8. 24 Jan, 2018 5 commits
    • Jayaram Bobba's avatar
      Jbobba/mkldnnconv pr (#406) · d375f9a9
      Jayaram Bobba authored
      * Support for MKLDNN convolution fprop in CPU backend based on Jai's implementation (no layout yet)
      d375f9a9
    • Tristan Webb's avatar
      Drwebb/gpu backend dot op (#413) · 94d80ffa
      Tristan Webb authored
      * Drwebb/gpu backend dot op (#387)
      
      * GPU Dot prod emitter switch statement
      
      * cuBLAS dot kernel call
      
      * Flush out arg substitution into gpu dot kernel call
      
      * Drwebb/gpu backend dot op (#392)
      
      * Take in CodeWriter into gpu op emitters
      
      * Introduce GPU function gen based on pass functions
      
      * Additional gpu emitter stubs
      
      * link cublas in to unit test and ngraph
      
      * Use static code gen methods for GPU, add new GPU op stubs
      
      * use pass manager to declare functions / cublas Updates
      
      * Prune down gpu_external_function wip
      
      * Switch back to GPU tensor views in GPU backend
      
      * Pass in cublas handle to GPU external function
      
      * cuMalloc memory in gpu tensor view
      
      * Use cuda runtime malloc and free for tensor view managment c
      
      * change GPU tensor view init, and use GPU tensor view for GPU call frame
      
      * include headers as system dirs
      
      * GPU tensor printing utility function
      
      * cublasSetPointer to device mode / Fix copyright notification lowercasing
      
      * Passing GPU dot product test using cuBLAS
      
      Clean up
      
      * Changes from review
      94d80ffa
    • Adam Procter's avatar
      2b0a5489
    • Scott Cyphers's avatar
      Remove TupleType, ValueType (#411) · d87b0065
      Scott Cyphers authored
      * Remove TupleType, ValueType
      
      * Fix compile error.
      d87b0065
    • Matthew Brookhart's avatar
      Simplify Dot Autodiff (#412) · f6c6daef
      Matthew Brookhart authored
      * Simplify Dot Autodiff
      
      * remove commented code
      f6c6daef
  9. 23 Jan, 2018 1 commit
    • adstraw's avatar
      convolution backprop (#404) · 72a2ce72
      adstraw authored
      * fix convlution reference script
      
      * convolution backprop
      
      * cleanup
      
      * fix build warnings
      
      * Missing include
      
      * fix build warning part 2
      
      * move numeric_compare to its own header
      code review feedback
      
      * fix build warnings 3
      
      * fix build warnings 4
      
      * clang-format
      
      * cast to avoid implicit cast warning
      72a2ce72
  10. 22 Jan, 2018 1 commit
    • L.S. Cook's avatar
      Scaffolding for userdocs (#402) · 2c048174
      L.S. Cook authored
      * adding work and organization for docs
      
      * Summary of changes
      
      - removed rst file from css folder
      - added substitutions to conf file so folks don't have to type out the whole name
      - added branding notice so link in footer works
      - added glossary so we can have a place for terms relative to libngraph
      - added placeholder for MXNet and TF frontend under new section
      - cleaned up api page
      
      * Fix code fencing error and indentation issue causing build to throw error
      
      * adding MXNet integration guide details and other miscellaneous structure
      
      * fix unicode error in rst epilog
      
      * testing with unicode marker for rst_epilog string
      
      * replace api scaffolding with TODO to avoid breaking Jenkins
      2c048174
  11. 21 Jan, 2018 1 commit
  12. 20 Jan, 2018 5 commits
  13. 19 Jan, 2018 7 commits
  14. 18 Jan, 2018 4 commits