1. 12 Feb, 2019 1 commit
  2. 11 Feb, 2019 1 commit
  3. 05 Feb, 2019 1 commit
  4. 04 Feb, 2019 1 commit
  5. 28 Jan, 2019 2 commits
  6. 26 Jan, 2019 1 commit
  7. 17 Jan, 2019 2 commits
    • Adam Procter's avatar
      Retire FunctionCall, Reduce, ReduceWindow, SelectAndScatter (#2223) · 18d0993e
      Adam Procter authored
      * Retire Reduce, ReduceWindow, SelectAndScatter
      
      * Remove lingering AnyAllReplacement code
      
      * Remove apparently-now-unused macro
      
      * Remove lingering op/reduce.hpp includes
      
      * Remove FunctionCall
      
      * Update Python stuff to remove FunctionCall, Reduce
      
      * Add Any/All tests to GPU manifest
      
      * Remove deleted .hpp #include from gpu_compiled_function.cpp
      
      * Restore reduce_function.cpp since that is where the All/Any implementations ended up residing
      
      * Add reduce_function.cpp back into CMakeLists.txt
      
      * Remove #include of deleted reduce.hpp
      
      * Re-remove AnyAllReplacement from GPU passes
      
      * Remove deleted #includes from gpu_internal_function.cpp
      
      * Remove git conflict stuff (whoops)
      
      * Add newline at EOF, per review comment
      
      * Address flake8 complaint about unused import
      18d0993e
    • Clive Cox's avatar
      Changed python setup multiprocessing usage · 0054eb29
      Clive Cox authored
      0054eb29
  8. 16 Jan, 2019 2 commits
  9. 14 Jan, 2019 1 commit
  10. 03 Jan, 2019 1 commit
  11. 20 Dec, 2018 1 commit
  12. 18 Dec, 2018 1 commit
  13. 14 Dec, 2018 1 commit
  14. 11 Dec, 2018 2 commits
  15. 08 Dec, 2018 1 commit
  16. 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
  17. 06 Dec, 2018 2 commits
  18. 04 Dec, 2018 2 commits
  19. 30 Nov, 2018 1 commit
    • aslepko's avatar
      Update setup.py (#2148) · 281c8ea1
      aslepko authored
      * Update setup.py
      
      * Update setup.py
      
      * fix errors in edit
      
      * fix ascii error
      
      * get the right readme
      
      * rename a variable at Scott's request
      281c8ea1
  20. 28 Nov, 2018 3 commits
  21. 21 Nov, 2018 1 commit
  22. 20 Nov, 2018 1 commit
    • Chris Sullivan's avatar
      Add MaxPool as an explicit argument to MaxPoolBackprop (#2065) · 67c0488b
      Chris Sullivan authored
      * remove forward op
      
      * fix bbrks
      
      * fix pybind c-tor for max_pool_bprop
      
      * Add new c-tor to MaxPoolBackprop that takes MaxPool as an explicit argument. Add serializer support.
      
      * Add nvgpu support for new backward pooling c-tor, and calculate fprop when it isn't available.
      
      * Add extra layout for 3 arg maxpool backprop.
      
      * Formatting.
      
      * cpu_workspace_insertion to expect 3-arg maxpool bprop
      
      * GPU: add bprop_needs_pooling flag to primitive hash
      
      * Update INTELGPU arguments_check for MaxPoolBackprop and GPU invocation for avg pool.
      67c0488b
  23. 16 Nov, 2018 1 commit
  24. 06 Nov, 2018 1 commit
  25. 31 Oct, 2018 2 commits
  26. 29 Oct, 2018 1 commit
    • Rob Earhart's avatar
      Add PlaidML backend (#1888) · f0acb7da
      Rob Earhart authored
      * Add PlaidML backend
      
      * CR comments
      
      Used m_ prefix for members; removed trailing underscores
      Updated license headers
      Moved associated header inclusions to project blocks
      Wrapped comments to 100 chars
      Added missing newlines between functions
      Removed nested namespaces in operation implementations
      
      * Add earhart to CODEOWNERS
      
      * Rebase updates
      
      * style
      f0acb7da
  27. 24 Oct, 2018 1 commit
  28. 22 Oct, 2018 1 commit
    • Nick Korovaiko's avatar
      BatchNorm splitting into ops (2nd try) (#1828) · 1beec46b
      Nick Korovaiko authored
      * split bn into bn_inference bn_training
      
      * fix warnings
      
      * Add GPU support for the new BN ops (#1569)
      
      * Add GPU support and change batchnorm_globalstats test to use BNInference.
      
      * Changed test back to using BNTraining for global stats and updated cudnn backend to account for it.
      
      * Fix issues in merge with master.
      
      * Formatting.
      
      * CPU fixes
      
      * remove 5-arg training BN for now
      
      * more fixes
      
      * python batchnorm changes
      
      * fix onnx_import
      
      * fix a call BatchNormInference c-tor
      
      * yet another fix to BatchNormInference c-tor
      
      * AND yet another fix to batchnorm_inference c-tor
      
      * ops.py
      
      * address adam's feedback
      
      * Remove unnecessary parameter/argument.
      
      * remove batch_norm_training_relu_with_global_stats
      
      * remove bn_relu (training)
      1beec46b
  29. 18 Oct, 2018 1 commit
  30. 15 Oct, 2018 1 commit
  31. 29 Sep, 2018 1 commit