"vscode:/vscode.git/clone" did not exist on "225cd3a4060454905fdb5a90a300253f085b0b1e"
  1. 07 Dec, 2022 1 commit
  2. 06 Dec, 2022 2 commits
  3. 05 Dec, 2022 3 commits
  4. 17 Nov, 2022 2 commits
  5. 15 Nov, 2022 2 commits
  6. 02 Nov, 2022 2 commits
  7. 30 Oct, 2022 2 commits
  8. 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
  9. 25 Oct, 2022 1 commit
  10. 22 Oct, 2022 3 commits
  11. 21 Oct, 2022 2 commits
  12. 20 Oct, 2022 7 commits
  13. 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
  14. 18 Oct, 2022 1 commit
  15. 17 Oct, 2022 6 commits
  16. 16 Oct, 2022 1 commit
  17. 12 Oct, 2022 2 commits
  18. 09 Oct, 2022 1 commit