1. 18 Jul, 2019 1 commit
  2. 22 Feb, 2019 1 commit
  3. 03 Jan, 2019 1 commit
  4. 19 Dec, 2018 1 commit
  5. 07 Dec, 2018 1 commit
    • Robert Kimball's avatar
      Backend API change pre-work (#2064) · e0933553
      Robert Kimball authored
      * change compile call to return Handle
      
      * make CPU require compile() before call()
      
      * fix unit tests to call compile() before call()
      
      * fix failing ops
      
      * update unit test
      
      * revert some changes
      
      * more fixups
      
      * more diff cleanup
      
      * a few more issues addressed
      
      * more fixes
      
      * update API
      
      * more updates
      
      * fix test_ops.py
      
      * fix
      
      * another attempt to fix
      
      * fix unit test
      
      * fix test error
      e0933553
  6. 29 Sep, 2018 1 commit
  7. 29 Aug, 2018 1 commit
  8. 13 Aug, 2018 1 commit
  9. 03 Jul, 2018 1 commit
  10. 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
  11. 20 Apr, 2018 1 commit
  12. 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
  13. 21 Mar, 2018 2 commits
  14. 06 Mar, 2018 1 commit
    • Fenglei's avatar
      gpu broadcast (#576) · 41268068
      Fenglei authored
      * add gpu broadcast
      
      * add broadcast kernel
      
      * fix bug for cumemdopyDtD usage in gpu_external_function.cpp
      41268068
  15. 02 Mar, 2018 1 commit
  16. 26 Feb, 2018 1 commit
  17. 20 Feb, 2018 4 commits
  18. 15 Feb, 2018 1 commit
  19. 14 Feb, 2018 1 commit
  20. 13 Feb, 2018 1 commit
  21. 08 Feb, 2018 1 commit
  22. 20 Jan, 2018 1 commit
  23. 17 Jan, 2018 1 commit
  24. 11 Jan, 2018 1 commit
  25. 09 Jan, 2018 1 commit
    • Robert Kimball's avatar
      Optimizations to reduce compile time (#357) · 7f3dc2d7
      Robert Kimball authored
      * much faster compile time
      * Remove all variables and just directly access inputs, output, and temps.
      * compare layouts when checking if two ops are equal
      * make performance counters available to all backends
      7f3dc2d7
  26. 05 Jan, 2018 1 commit
  27. 29 Dec, 2017 1 commit
    • Scott Cyphers's avatar
      Get value types out of public API, multi-values from Function (#340) · d092cb91
      Scott Cyphers authored
      * Function can have multiple results
      Remove external use of ValueType, TupleType, Tuple
      Remove many external uses of Output and Input
      
      * corresponding CPU backend changes
      
      * Update master changes.
      
      * Remove type arg from Function, add changes.md
      
      * Merge changes.
      
      * Move bodies to .cpp, add brief doc
      
      * Merge CPU changes.
      
      * Remove xla includes from non-xla files
      
      * Remove xla from tests
      
      * First part of xla tuple support
      
      * change fprop_cache to assume multi-output bprop functions
      
      * New wrappers for handling tuples with XLA
      
      * Review comments
      
      * remove old xla files
      
      * fix merge errors
      
      * hand edit models to use multi output instead of tuples
      d092cb91
  28. 28 Dec, 2017 1 commit
  29. 27 Dec, 2017 1 commit
  30. 21 Dec, 2017 2 commits
  31. 13 Dec, 2017 1 commit
  32. 12 Dec, 2017 1 commit