1. 21 Apr, 2023 1 commit
  2. 20 Apr, 2023 1 commit
  3. 19 Apr, 2023 2 commits
  4. 18 Apr, 2023 4 commits
  5. 17 Apr, 2023 4 commits
  6. 13 Apr, 2023 1 commit
  7. 12 Apr, 2023 3 commits
  8. 11 Apr, 2023 3 commits
  9. 10 Apr, 2023 3 commits
  10. 09 Apr, 2023 1 commit
  11. 07 Apr, 2023 1 commit
  12. 06 Apr, 2023 3 commits
  13. 05 Apr, 2023 8 commits
  14. 04 Apr, 2023 2 commits
    • shivadbhavsar's avatar
      fix bug in transpose_slice simplification (#1660) · 30af1697
      shivadbhavsar authored
      Bug found due to failing torch benchmark. Added test case to reproduce issue causing the model to error out on compile.
      Original logic results in the following error:
      AMDMIGraphX/src/include/migraphx/op/unsqueeze.hpp:128: normalize_compute_shape: UNSQUEEZE: Axis dimenstion is not divisible by step
      30af1697
    • Charlie Lin's avatar
      Refactor dynamic_dimension to have multiple optimals (#1625) · e7ec374f
      Charlie Lin authored
      Makes the optimals into a std::set<std::size_t>
      Changes shape object functions to handle the opts change
      Changes to convolution, flatten, pooling, and convolution in that they no longer calculate the output optimal dimensions. Instead returns empty opts. Will need to change this in the future if we want to support dynamic shapes fully.
      Many changes to tests and shape calls with respect to the new optimals
      e7ec374f
  15. 03 Apr, 2023 2 commits
  16. 01 Apr, 2023 1 commit