"git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "52c74f0e3fbb414bc372db9ee73564ad449376aa"
  1. 17 May, 2022 1 commit
  2. 23 Feb, 2022 1 commit
    • Shucai Xiao's avatar
      Keep std shape (#1059) · 98dfdf15
      Shucai Xiao authored
      This PR is the resolve two problems in the issue#999, i.e., non_standard_shape input to reshape and reduce_mean.
      Three fixes:
      
      Any operator that has a standard shape requirement will add a contiguous input for its input.
      Eliminate_contiguous, when computing whether a contiguous can be removed, we should use all the updated args, not just the one that is being checked.
      In two optimization in the simplify_reshape, we remove the contiguous in the reshaper name list, since eliminate_contiguous will remove the contiguous if it can be removed.
      the solution is add an attribute to the operator that requires standard input shape, then in the auto_contiguous pass, add a contiguous to every input of such operators.
      98dfdf15
  3. 08 Dec, 2020 1 commit
    • Paul Fultz II's avatar
      Refactor to use make_op almost everywhere (#696) · 8d21fdc9
      Paul Fultz II authored
      * Load op when serializing
      
      * Formatting
      
      * Add missing clip field
      
      * Use make_op almost everywhere
      
      * Formatting
      
      * More make ops for rnns
      
      * Get rid of spaces
      
      * Formatting
      
      * Remove operators headers
      
      * Formatting
      
      * Remove unused op headers
      
      * Increase line threshold
      8d21fdc9
  4. 11 Nov, 2020 1 commit
  5. 03 Apr, 2019 1 commit
  6. 01 Feb, 2019 1 commit
  7. 27 Nov, 2018 1 commit
  8. 14 Nov, 2018 1 commit
  9. 06 Nov, 2018 11 commits
  10. 26 Sep, 2018 1 commit
  11. 16 Sep, 2018 1 commit
  12. 11 Aug, 2018 2 commits
  13. 03 Aug, 2018 1 commit
  14. 02 Aug, 2018 2 commits