1. 25 May, 2023 1 commit
  2. 19 May, 2023 2 commits
  3. 17 May, 2023 1 commit
  4. 08 May, 2023 1 commit
  5. 05 May, 2023 1 commit
  6. 04 May, 2023 1 commit
    • Zhuoran Yin's avatar
      [mlir] Adding quant convolution fusion as anchor op (#1683) · 7f105952
      Zhuoran Yin authored
      Exposed the mlir_enabled() call the decide for lowering pipeline's enablement
      Disabled the rewrite quantization pipeline in mlir compilation
      Added quant convolution as anchor ops
      Fixed the return type expectations
      Added the fall back hip implementation for quantizelinear and dequantizelinear
      Will need advises to improve the implementation for quantizelinear
      7f105952
  7. 28 Apr, 2023 1 commit
  8. 25 Apr, 2023 2 commits
  9. 24 Apr, 2023 3 commits
  10. 21 Apr, 2023 1 commit
  11. 13 Apr, 2023 1 commit
  12. 11 Apr, 2023 1 commit
  13. 09 Apr, 2023 1 commit
  14. 06 Apr, 2023 2 commits
    • Charlie Lin's avatar
      Driver dynamic batch update (#1652) · adccec52
      Charlie Lin authored
      Examples..
      
      bin/driver verify /codes/onnx_models/resnet50-v1-7/resnet50-v1-7.onnx --split-single-dyn-dim --batch 3 --dyn-input-dim @data "[{min:1, max:4}, 3, 224, 224]"
      
      bin/driver compile /codes/onnx_models/resnet50-v1-7/resnet50-v1-7.onnx --split-single-dyn-dim --default-dyn-dim "{min:1, max:10}" --output resnet50_batch1-10.mxr
      
      bin/driver perf resnet50_batch1-10.mxr --batch 4
      adccec52
    • Paul Fultz II's avatar
      Add reduction fusion (#1614) · f201285c
      Paul Fultz II authored
      Automatically fuse multiple reductions and pointwise operations.
      f201285c
  15. 05 Apr, 2023 1 commit
  16. 03 Apr, 2023 1 commit
    • Charlie Lin's avatar
      promote_literals pass (#1593) · e3fb3a0d
      Charlie Lin authored
      Adds the promote_literals compiler pass that moves literals from the submodules to the main module.
      With the eliminate_common_subexpression pass, it will remove copies of literals created during split_single_dyn_dim.
      Pass is enabled with the split_single_dyn_dim compile option.
      e3fb3a0d
  17. 31 Mar, 2023 2 commits
    • Alan Turner's avatar
      c8dda25a
    • Charlie Lin's avatar
      Split single dynamic dimension compiler pass (#1580) · e9e3eacc
      Charlie Lin authored
      Adds a new GPU compiler pass split_single_dyn_dim that handles when one input parameter has a single non-fixed dynamic_dimension.
      commonly occurs for dynamic batch or BERT sequence length
      Splits the dynamic shape into several submodules will static input parameters to handle all of the cases in the dynamic_dimension range.
      Essentially does what I manually did for the select_module verify tests
      Adds a compile option split_single_dyn_dim that toggles the pass on/off. Defaults to false.
      Updates verify_program.hpp and run_verify.cpp to allow for the tests to change the compile_options
      e9e3eacc
  18. 30 Mar, 2023 1 commit
  19. 29 Mar, 2023 1 commit
  20. 28 Mar, 2023 1 commit
  21. 27 Mar, 2023 1 commit
  22. 25 Mar, 2023 1 commit
  23. 22 Mar, 2023 2 commits
  24. 21 Mar, 2023 1 commit
  25. 18 Mar, 2023 1 commit
  26. 13 Mar, 2023 1 commit
  27. 10 Mar, 2023 2 commits
  28. 01 Mar, 2023 1 commit
  29. 28 Feb, 2023 1 commit
    • Charlie Lin's avatar
      Select module op (#1569) · a63ee2e0
      Charlie Lin authored
      Creates the select_module operator that selects one of the submodules passed to it to run based on the submodule parameters.  The submodule is selected by having the exact same static shapes for the arguments to select_module as the parameters in the submodule
      a63ee2e0
  30. 23 Feb, 2023 1 commit
  31. 22 Feb, 2023 1 commit
  32. 17 Feb, 2023 1 commit