1. 01 Jun, 2023 3 commits
  2. 31 May, 2023 2 commits
  3. 30 May, 2023 2 commits
  4. 26 May, 2023 11 commits
  5. 25 May, 2023 7 commits
  6. 24 May, 2023 1 commit
  7. 06 Apr, 2023 1 commit
  8. 29 Mar, 2023 1 commit
  9. 27 Mar, 2023 1 commit
  10. 10 Mar, 2023 1 commit
  11. 16 Feb, 2023 1 commit
  12. 17 Jan, 2023 1 commit
  13. 09 Jan, 2023 1 commit
  14. 06 Dec, 2022 1 commit
  15. 02 Nov, 2022 2 commits
  16. 27 Oct, 2022 1 commit
    • kahmed10's avatar
      Add JIT pad (#1411) · 0d841ded
      kahmed10 authored
      updated GPU pad to now use JIT version.
      added range functions for JIT kernels.
      0d841ded
  17. 19 Oct, 2022 1 commit
    • Charlie Lin's avatar
      Refactor dynamic compute; Dynamic ref unary functions (#1407) · 693cb5d8
      Charlie Lin authored
      Refactor dynamic compute
      - add a compute_output_shape object that implicitly converts to a new dyn_output or shape object
      - dyn_output object can handle computing the static output shape of an operator given the input arguments shapes
        change an operator's compute function to argument compute(const dyn_output& dyn_out, std::vector<argument> args) to 
        use dyn_output object
      
      Dynamic ref unary functions
      -  Included these changes to have an example of the refactored dynamic compute being used
      -  Changes to unary base class to handle dynamic shapes
      -  Changed elu and leaky_relu to use unary base class and pointwise JIT
      693cb5d8
  18. 18 Oct, 2022 1 commit
  19. 04 Oct, 2022 1 commit