1. 01 Jan, 2020 1 commit
  2. 11 Dec, 2019 1 commit
    • Robert Kimball's avatar
      Remove GOE from Adjoints class (#3973) · f803feb7
      Robert Kimball authored
      * Change generate_adjoints to take an OutputVector instead of a NodeVector for deltas.
      
      * Cleanup
      
      * Adjoints class convert to use Output<Node>
      
      * More cleanup
      
      * More cleanup
      
      * Post-merge build issues
      
      * Don't push initial bprops multiple times
      
      * Eliminate GOE correctly
      
      * back-compatibility, unit test
      f803feb7
  3. 09 Dec, 2019 1 commit
    • Scott Cyphers's avatar
      Make sure examples compile (#3981) · 9f1e8f06
      Scott Cyphers authored
      * Make sure examples compile
      
      * Resolve doc build error due to opset versioning and align dynamic tensor doc to cpp example
      
      * Add latest rc
      
      * Remove deprecated API
      
      * Update brief link summary
      
      * Dist example
      
      * update doc for cpp code examples folder
      
      * Fix typo and toc index
      
      * Build config for example, deprecation in dist test
      
      * style
      9f1e8f06
  4. 20 Aug, 2019 1 commit
  5. 23 Jul, 2019 2 commits
  6. 15 Feb, 2019 1 commit
  7. 03 Jan, 2019 1 commit
  8. 13 Dec, 2018 1 commit
  9. 16 Nov, 2018 1 commit
  10. 29 Sep, 2018 1 commit
  11. 18 Sep, 2018 1 commit
  12. 29 Aug, 2018 1 commit
  13. 26 Jul, 2018 1 commit
    • L.S. Cook's avatar
      Doc distributed training (#1104) · f78133d2
      L.S. Cook authored
      * editing how to execute computation file for clarity and linenos
      
      * Add placeholder for runtime docs
      
      * Update section on backends, interpreter, and FPGA options
      
      * add updated master to fix python_ci
      
      * Weird autosummary issue reverted
      
      * Clarify new section
      
      * fix up docs
      
      * Update pattern matcher doc based on Nik's presentation slides WIP
      
      * Update doc structure and examples
      
      * remove old folder
      
      * Fix broken Tensorview refs
      
      * new section on distr training
      
      * updated index w/drafted outline
      
      * . helping people document code more efficiently
      
      * edit WIP branch
      
      * WIP editing
      
      * WIP editing
      
      * init distributed doc
      
      * PR review edits
      
      * modify dist doc and dist mnist_mlp
      
      * Finish PR review comment fixes so far
      
      * Improving distributed training docs
      
      * Fix build error now that we have documented inteface backends use
      
      * update example build and run
      
      * update how-to distributed training doc
      
      * Editing distr train docs
      
      * Reword section to avoid strange doc build error
      
      * rebuild for zero errors for CI
      
      * split patternmatcher PR
      
      * PR feedback added
      
      * Add more help and detail for MXNet and neon distr
      
      * Resolve merge conflicts due to patternmatcher doc split
      
      * Resolve merge conflicts due to patternmatcher doc split
      
      * Resolve build errors manually
      
      * These files are already added to the branch
      
      * fix style
      
      * update with glossary def and link to Intel paper on synchronous SGD
      
      * fix link to sgd
      
      * remove comm_rank in dist example
      f78133d2
  14. 04 Jun, 2018 1 commit
    • Robert Kimball's avatar
      Modernize cmake usage (#1032) · eef750df
      Robert Kimball authored
      * Update cmake files to more modern approach
      
      * disable building libraries that are not required
      
      * handle more build cases
      
      * add versions to backend libs. add start of package target.
      
      * add create_backend to backends
      
      * temporary workaround to tbb not linking correctly with gcc
      
      * install codegen lib
      
      * force tbb to link to the cpu backend so that it is available for codegen
      
      * fix clang build error
      
      * fix warning for codegen build
      
      * update cuda header paths
      
      * change error message for opening backend shared library
      
      * set lib path
      eef750df
  15. 11 May, 2018 1 commit
    • Scott Cyphers's avatar
      Fix MNIST MLP model (#1000) · b07f4c6d
      Scott Cyphers authored
      Removed ReLu activation present just before softmax.
      (It's not a good idea to have ReLu > Softmax immediately. The test accuracy of the model is now much better.)
      b07f4c6d
  16. 13 Apr, 2018 1 commit
    • Robert Kimball's avatar
      Remove legacy Backend API (#848) · ec501913
      Robert Kimball authored
      * remove deprecated
      
      * remove all legacy Backend API usage
      
      remove deprecated files
      
      * pull in changes from master
      
      * fix GPU calls
      
      * disable tests in convolution generator
      
      * update per PR comments. Enable performance counter feature.
      
      * update per PR comments
      
      * fix build error
      
      * fix conditionally compiled test :(
      ec501913
  17. 09 Apr, 2018 1 commit
    • Robert Kimball's avatar
      New backend/transformer API (#739) · 777600c6
      Robert Kimball authored
      * force backend compile() to make a copy of the graph
      
      fix copy_with_new_args on ops that have function pointers internal
      
      update unit test for new backend API
      
      add unit test for multiple simulataneous backends
      
      * move get_subdevices virtual method to Manager class
      
      * update GPU to latest
      
      * update call methods
      
      * add remove_compiled_function()
      777600c6
  18. 04 Apr, 2018 1 commit
    • 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
  19. 03 Apr, 2018 1 commit