1. 12 Apr, 2018 3 commits
    • Fenglei's avatar
      gpu convolution support nd(n<4) (#824) · b9b7845c
      Fenglei authored
      * add convolution in progress
      
      * enable 1 test
      
      * convolution in progress
      
      * use filter descripter
      
      * filter discreptor bug fix
      
      * tensor format
      
      * add missed dimension calculator
      
      * forward convolution 4d without dilation and padding working
      
      * data dilation(deconvolution) and enable some test
      
      * add backprop convolution data and filter
      
      * backprop can compile
      
      * pass unit test, but still have problem on padding
      
      * 2d, symmtric padding, no data dilation works now
      
      * clean up code
      
      * extend gpu convolution to nd
      
      * fix some bugs
      
      * working version for upto 3d convolution, code format.
      
      * remove nunecessary changes
      
      * add restriction for data dilation and asymmetric padding
      
      * clang format
      
      * support upto 3D convolution for now
      
      * change comments to not implemented
      
      * change comments to not implemented
      
      * add quary for additional GPU workspace for convolution
      
      * clang format
      
      * code format
      
      * using row_major_strides
      
      * using join
      
      * fix bug for join
      
      * refactor dimension calculation
      b9b7845c
    • tsocha's avatar
      [Py] Enable ngraph-cpp ops in Python API (#820) · 9ffb5145
      tsocha authored
      * Enable BatchNorm op
      
      * Enable function call op
      
      * Enable get output element op
      9ffb5145
    • Jaikrishnan Menon's avatar
      CPU: Eliminate slices (#849) · eec19220
      Jaikrishnan Menon authored
      eec19220
  2. 10 Apr, 2018 6 commits
  3. 09 Apr, 2018 10 commits
  4. 08 Apr, 2018 1 commit
  5. 06 Apr, 2018 6 commits
  6. 05 Apr, 2018 7 commits
  7. 04 Apr, 2018 4 commits
    • DawnStone's avatar
      simplify contrib/docker Makefile and make targets (#797) · 86f88126
      DawnStone authored
      * saved a simplified contrib/docker/Makefile and helper scripts
      
      * fixed flow for make targets
      
      * restored original definition for setting the PARALLEL option on the command line per github comments
      
      * remove double build for make install targets
      
      * added a save for the ngraph_dist_gcc.tgz to maintain existing behavior
      
      * fixed passing the PARALLEL value to the make targets
      
      * integrated latest working build-ngraph-and-test script
      
      * integrated the latest working Makefile
      
      * removed reference to the THIRD_PARTY_CACHE_DIR (for future)
      
      * updated the contrib/docker/README.md file
      86f88126
    • Nick Korovaiko's avatar
      Support multi-output ops in Adjoints (#796) · 5f0e8dc3
      Nick Korovaiko authored
      * refactor Adjoints to support multi-output ops
      
      * passing tests
      
      * switch to generate_adjoints(deltas) and backprop_node
      
      * remove debugging code
      
      * fix error msg
      
      * fix typo adjoitns
      
      * fix comp errors in mnist_mlp
      5f0e8dc3
    • tsocha's avatar
      [Py]Fix problem with double set layout (#808) · 3e680b68
      tsocha authored
      * [Py]Fix problem with double set layout
      
      * Extend UT for coverage double set layout
      3e680b68
    • Scott Cyphers's avatar
      Compiler work-arounds. (#807) · c2a09de9
      Scott Cyphers authored
      c2a09de9
  8. 03 Apr, 2018 3 commits