Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding resize(PadOp) vectorization analysis #3321

Open
wants to merge 100 commits into
base: main
Choose a base branch
from

Commits on Sep 2, 2024

  1. relaxing check

    jjsjann123 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8f9708f View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    54826aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e54938c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. cpp example

    jjsjann123 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    2bc3c7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d04e8c3 View commit details
    Browse the repository at this point in the history
  3. reverting earlier changes

    jjsjann123 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d0addc4 View commit details
    Browse the repository at this point in the history
  4. Revert "reverting earlier changes"

    This reverts commit d0addc4.
    jjsjann123 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    490fdbe View commit details
    Browse the repository at this point in the history
  5. cherry-pick my revert

    jjsjann123 committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    51c3022 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    1158ef0 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. debug print

    jjsjann123 committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fdc6a9a View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    9a6c03a View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. removing comments

    jjsjann123 committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a9d16ce View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. removing assert

    jjsjann123 committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    3401119 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d05284 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. patching test

    jjsjann123 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b6587ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28decac View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    3e53feb View commit details
    Browse the repository at this point in the history
  2. fixing test

    jjsjann123 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    ad61ecb View commit details
    Browse the repository at this point in the history
  3. fixing

    jjsjann123 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    a8edc56 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. fixing test

    jjsjann123 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    9cdeb64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09a2aee View commit details
    Browse the repository at this point in the history
  3. fixing build

    jjsjann123 committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    895d0bf View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. removing print

    jjsjann123 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    7a15e22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6e8fb1 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. testing water

    jjsjann123 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    fe0f263 View commit details
    Browse the repository at this point in the history
  2. fixing syntax

    jjsjann123 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    baa7b09 View commit details
    Browse the repository at this point in the history
  3. now it's functional

    jjsjann123 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    ca5ced1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e0492d3 View commit details
    Browse the repository at this point in the history
  5. adding a tab

    jjsjann123 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    b528429 View commit details
    Browse the repository at this point in the history
  6. supporting local memory

    jjsjann123 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a23e010 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    57b90d1 View commit details
    Browse the repository at this point in the history
  8. clangformat

    jjsjann123 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7a976c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f11d662 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a83fc6 View commit details
    Browse the repository at this point in the history
  11. fixing

    jjsjann123 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    39f83f7 View commit details
    Browse the repository at this point in the history
  12. fixing

    jjsjann123 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    07eafd1 View commit details
    Browse the repository at this point in the history
  13. clangformat

    jjsjann123 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    986b361 View commit details
    Browse the repository at this point in the history
  14. clangformat

    jjsjann123 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7409913 View commit details
    Browse the repository at this point in the history
  15. clangformat again

    jjsjann123 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    76cbcd8 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. hacking mapping

    jjsjann123 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    a42b507 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07fecdc View commit details
    Browse the repository at this point in the history
  3. cpp test

    jjsjann123 committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    69350a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. some typo in comment

    jjsjann123 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6b8527c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8236b8a View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. WIP

    jjsjann123 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    5ed2139 View commit details
    Browse the repository at this point in the history
  2. fixing build

    jjsjann123 committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    6c6bbde View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. fixing kernel issues

    jjsjann123 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    fa64d0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cfa250 View commit details
    Browse the repository at this point in the history
  3. fixing build

    jjsjann123 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    62cc45d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8cce0fd View commit details
    Browse the repository at this point in the history
  5. adding tests first

    jjsjann123 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    c02ad8c View commit details
    Browse the repository at this point in the history
  6. more tests

    jjsjann123 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    28dd1a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    5f996fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1558c8 View commit details
    Browse the repository at this point in the history
  3. check should work now?!

    jjsjann123 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    bd2161e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b36b04c View commit details
    Browse the repository at this point in the history
  5. WIP

    jjsjann123 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    04c9db0 View commit details
    Browse the repository at this point in the history
  6. adding one more test

    jjsjann123 committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    7816a93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7836b0f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. updating tests

    jjsjann123 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3e29156 View commit details
    Browse the repository at this point in the history
  2. adding filter on resize

    jjsjann123 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3f58e68 View commit details
    Browse the repository at this point in the history
  3. fixing build

    jjsjann123 committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    274bd98 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. FIXING

    jjsjann123 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    03cb4a7 View commit details
    Browse the repository at this point in the history
  2. typo

    jjsjann123 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    2f43e0d View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. fixing the logic

    jjsjann123 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    d4f7680 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de83f9d View commit details
    Browse the repository at this point in the history
  3. clangformat

    jjsjann123 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    7170a84 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    803a95b View commit details
    Browse the repository at this point in the history
  5. polish PR for review

    jjsjann123 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a67fb57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    11cd4d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65aa77d View commit details
    Browse the repository at this point in the history
  8. missed one arg

    jjsjann123 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    1f75d7a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4c92371 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2765bb7 View commit details
    Browse the repository at this point in the history
  11. review comments

    jjsjann123 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    3ec2a6b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. fixing code

    jjsjann123 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d2864ab View commit details
    Browse the repository at this point in the history
  2. I think this is fixed now

    jjsjann123 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    1b4f2c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e4e61f View commit details
    Browse the repository at this point in the history
  4. another comment

    jjsjann123 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    4d4f747 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc3b28f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85517b8 View commit details
    Browse the repository at this point in the history
  7. fixing cacheAfter

    jjsjann123 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    69469c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cc69971 View commit details
    Browse the repository at this point in the history
  9. fix

    jjsjann123 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    c46e50e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. fixing tests

    jjsjann123 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    a63bb67 View commit details
    Browse the repository at this point in the history
  2. fixing tests

    jjsjann123 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    974c85b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c7366b View commit details
    Browse the repository at this point in the history
  4. clangformat

    jjsjann123 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2a1ff76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b71934 View commit details
    Browse the repository at this point in the history
  6. comment

    jjsjann123 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d019f9a View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Update tests/cpp/test_resize.cpp

    Co-authored-by: Naoya Maruyama <naoyam@users.noreply.github.com>
    jjsjann123 and naoyam authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e8033c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    6848dad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5299327 View commit details
    Browse the repository at this point in the history
  3. errr

    jjsjann123 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    48cafba View commit details
    Browse the repository at this point in the history
  4. fix

    jjsjann123 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    61d7c3f View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2024

  1. Configuration menu
    Copy the full SHA
    688b99c View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    67beb5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d64ea9c View commit details
    Browse the repository at this point in the history
  3. update const

    jjsjann123 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    d9b3cc8 View commit details
    Browse the repository at this point in the history
  4. switching to assert

    jjsjann123 committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    a4743bf View commit details
    Browse the repository at this point in the history