1. 07 Dec, 2022 4 commits
  2. 06 Dec, 2022 5 commits
  3. 05 Dec, 2022 6 commits
  4. 02 Dec, 2022 3 commits
    • Charlie Lin's avatar
      Refactor non-standard literal construction (#1443) · fdc3f00a
      Charlie Lin authored
      Fix problem with the contiguous operator constructing non-standard shape literals.  A non-standard literal will almost never be used, since a literal is known at compile time.  Added some comments on the intended behavior:
      
      - literal{shape, vector} constructor with a non-standard shape is intended to keep the same ordering as the given vector. The data buffer will be populated such that when the non-standard indexing is used the original order is as given.
      - literal{shape, argument} constructor directly copies the data buffer from the argument
      - Changed non-standard literal fill() to use tensor_view iterators as it handles non-standard shapes now
      - Changed the contiguous ref_ops_test to be more helpful
      fdc3f00a
    • Brian Pickrell's avatar
      add missing ONNX test file · 0f8ea2e4
      Brian Pickrell authored
      0f8ea2e4
    • Charlie Lin's avatar
      Dynamic ref pooling (#1449) · 0e40ebaa
      Charlie Lin authored
      Extends the pooling operators for dynamic shape inputs
      
      AveragePooling
      GlobalAveragePooling
      MaxPooling
      GlobalMaxPooling
      LpNormPooling
      GlobalLpNormPooling
      y.github.com>
      0e40ebaa
  5. 01 Dec, 2022 2 commits
  6. 30 Nov, 2022 2 commits
  7. 29 Nov, 2022 1 commit
  8. 28 Nov, 2022 1 commit
  9. 23 Nov, 2022 1 commit
  10. 22 Nov, 2022 1 commit
  11. 21 Nov, 2022 1 commit
  12. 20 Nov, 2022 1 commit
  13. 18 Nov, 2022 1 commit
    • Umang Yadav's avatar
      Disable Find2.0 for now (#1462) · 493bb8d5
      Umang Yadav authored
      Disabling it untill int8 fix is in mainline from MIOpen and also so that QA tests could run migraphx-driver and unittests from MIGraphX.
      493bb8d5
  14. 17 Nov, 2022 6 commits
  15. 15 Nov, 2022 5 commits