1. 20 Dec, 2019 1 commit
    • Shucai Xiao's avatar
      Improve operators for onnxruntime (#405) · 992666e6
      Shucai Xiao authored
      
      
      * improve unsqueeze to support negative axis and parsing scalar
      
      * clang format
      
      * add a test example for the negative axis of unsqueeze
      
      * improve the squeeze operator to support negative axis
      
      * clang format
      
      * fixed a small bug in the lrn implementation
      
      * clang format
      
      * support negative axis in argmax and argmin
      
      * clang format
      
      * improve flatten to support negative axis
      
      * clang format
      
      * change softmax/logsoftmax to support negative axis
      
      * clang format
      
      * improve transpose by adding default perm
      
      * clang format
      
      * add one more dimens for tensor size
      
      * add one more dimens for tensor size
      
      * disable conv ops fusion for non-symmetric cases
      
      * clang format
      
      * fixed review comments
      
      * move computing axis from the device function to the compute function
      
      * clang format
      
      * move computing axis from device function to the operator computing function
      
      * clang format
      Co-authored-by: default avatarmvermeulen <5479696+mvermeulen@users.noreply.github.com>
      992666e6
  2. 17 Nov, 2019 1 commit
  3. 15 Nov, 2019 1 commit
    • Paul Fultz II's avatar
      Add option to do offload copying automatically (#403) · 81b0ff5d
      Paul Fultz II authored
      * Add compiler options
      
      * Add copy operators
      
      * Formatting
      
      * Use run_passes in tests
      
      * Formatting
      
      * Use run_pass in schedule test
      
      * Formatting
      
      * Add compile_options to get_passes in target
      
      * Formatting
      
      * Offload copy option
      
      * Formatting
      
      * Copy using pinned memory
      
      * Formatting
      
      * Improve performance of gpu copying
      
      * Formatting
      
      * Dont copy
      
      * Formatting
      
      * Always make an extra copy
      
      * Formatting
      
      * Remove unused write op
      
      * Add missing include
      
      * Remove copy_to_gpu function in python api
      
      * Make offload copy disabled by default on C++
      
      * Formatting
      
      * Fix tidy issues
      
      * Formatting
      
      * Fix namespace
      
      * Fix python tests
      
      * Turn clang format off since its broken
      
      * Fix compile error on gcc 5
      
      * Remove commented code
      81b0ff5d
  4. 25 Oct, 2019 1 commit
  5. 04 Sep, 2019 1 commit
  6. 29 Aug, 2019 1 commit
  7. 28 Aug, 2019 2 commits
  8. 27 Aug, 2019 1 commit
  9. 26 Aug, 2019 2 commits
  10. 15 Aug, 2019 2 commits
  11. 09 Jul, 2019 1 commit
  12. 06 Jul, 2019 1 commit
  13. 03 Jul, 2019 2 commits
  14. 01 Jul, 2019 1 commit
  15. 29 Jun, 2019 1 commit
  16. 26 Jun, 2019 5 commits
  17. 25 Jun, 2019 4 commits
  18. 24 Jun, 2019 3 commits
  19. 20 Jun, 2019 2 commits
  20. 18 Jun, 2019 1 commit
  21. 06 Jun, 2019 1 commit
  22. 05 Jun, 2019 2 commits
  23. 04 Jun, 2019 1 commit
  24. 31 May, 2019 2 commits