1. 08 Jun, 2019 1 commit
  2. 23 May, 2019 1 commit
  3. 22 May, 2019 1 commit
    • Louis Feng's avatar
      Change FusionType to enum class and use EnumMask (#2957) · a65b5155
      Louis Feng authored
      * constexpr ctor for EnumMask
      
      * added pass properties to core passes.
      
      * change fusion type to have better type safety.
      
      * refactor to use enum mask.
      
      * remove extra code.
      
      * added constants for FusionType backward compatibility.
      
      * spelling.
      
      * grammar fix.
      a65b5155
  4. 16 May, 2019 1 commit
  5. 15 May, 2019 1 commit
  6. 29 Apr, 2019 1 commit
  7. 26 Apr, 2019 1 commit
  8. 16 Apr, 2019 1 commit
    • Jayaram Bobba's avatar
      Moves some fused convolution ops to core FusedOps (#2733) · 6b5016e5
      Jayaram Bobba authored
      * - Moves some fused convolution ops to core FusedOps
      - Adds support for decomposing and replacing multi-output FusedOps
      - Adds query callbacks to FusedOpDecomposition to check if a FusedOp is
        supported by a backend
      - Adds core fusion patterns for FusedOps
      -
      
      * style fix
      
      * Added comments on FOP_FUSIONS
      
      * gpu convolution 1d bug fix (#2741)
      
      * Fix bug with dex-only compilation and addressed PR comments
      6b5016e5
  9. 03 Jan, 2019 1 commit
  10. 13 Dec, 2018 1 commit
  11. 12 Dec, 2018 1 commit
    • gaurides's avatar
      Skip Broadcast in sigmoid fusion (#2197) · 71f13654
      gaurides authored
      * Skip Broadcast in sigmoid fusion
      
      * added test case; modified file perms
      
      * incorporate review comments
      
      * using is_one() to check the node is constant&1
      71f13654
  12. 11 Dec, 2018 1 commit
  13. 16 Nov, 2018 1 commit
  14. 29 Aug, 2018 1 commit
  15. 02 Jul, 2018 1 commit
    • Sandeep's avatar
      move sigmoid to core fusion (#1132) · d05b5e39
      Sandeep authored
      * declare sigmoid for core fusion
      
      * add simple test for sigmoid
      
      * info fusion status
      
      * cp op as main op
      
      * builds as expected
      
      * move sigmoid fusion code
      
      * add reference kernel
      
      * sigmoid bprop reference kernel and clang-format
      
      * add delta to bprop
      
      * fprop called
      
      * compiles bprop
      
      * move tests
      
      * serializer support
      
      * address comments in code
      
      * add doc
      
      * naming similar to core ops
      
      * fix failing test
      
      * fix failing test
      
      * address clang issue
      
      * more changes
      
      * change test macro
      d05b5e39
  16. 16 Jun, 2018 1 commit
    • Nick Korovaiko's avatar
      Strided Convolution (#1058) · 94844d13
      Nick Korovaiko authored
      * optimized strided convolutions
      
      * clean up debug messages
      
      * format fixes
      
      * more tests
      
      * even more tests
      
      * adapt to resnet-50.v1
      
      * fix format errors; remove changes from diff PRs
      94844d13
  17. 23 Apr, 2018 1 commit
  18. 16 Apr, 2018 1 commit
  19. 27 Mar, 2018 1 commit
  20. 21 Mar, 2018 1 commit
  21. 28 Feb, 2018 1 commit
  22. 27 Feb, 2018 1 commit
  23. 21 Feb, 2018 1 commit
  24. 12 Feb, 2018 1 commit
  25. 08 Feb, 2018 1 commit
  26. 07 Feb, 2018 1 commit
    • Yixing Lao's avatar
      Yixing/argon link (#459) · bce27b39
      Yixing Lao authored
      * revert to shared argon lib
      
      * installs argon headers
      
      * -DINSTALLED_HEADERS_PATH=${CMAKE_INSTALL_PREFIX}/include
      
      * formatg
      
      * remove debug info
      
      * revert
      
      * revert back to cpp-master
      bce27b39
  27. 06 Feb, 2018 1 commit