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

[Transform][Vectorization] canonicalize vector with physical vector #100

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

Commits on May 27, 2024

  1. init

    BRUCE11111 committed May 27, 2024
    Configuration menu
    Copy the full SHA
    d29f038 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

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

Commits on May 30, 2024

  1. Configuration menu
    Copy the full SHA
    e6037e2 View commit details
    Browse the repository at this point in the history
  2. move functions in class

    BRUCE11111 committed May 30, 2024
    Configuration menu
    Copy the full SHA
    24261e7 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

  1. update reduce operation

    BRUCE11111 committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    e04eaf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. update reduce

    BRUCE11111 committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    75e5546 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a648a12 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

  1. record

    BRUCE11111 committed Jun 8, 2024
    Configuration menu
    Copy the full SHA
    b80822b View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. update reduce

    BRUCE11111 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    a7f0e21 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. record

    BRUCE11111 committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    9e4364b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. fix tests

    BRUCE11111 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b01472a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    947e5c0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1101e86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a943154 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. add check test

    BRUCE11111 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7200565 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. simplify code

    BRUCE11111 committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    26b2ab8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 22, 2024

  1. fix reduce bug

    BRUCE11111 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    7a71b25 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. add 16x16 transpose kernel

    BRUCE11111 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    ab7c4d0 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 28, 2024

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

Commits on Jul 31, 2024

  1. fix bugs

    BRUCE11111 committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4c2b3b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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

Commits on Aug 3, 2024

  1. fix reduce bugs

    BRUCE11111 committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    ca28f7c View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    37ea49b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6480b46 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

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

Commits on Aug 22, 2024

  1. remove lower tile part

    BRUCE11111 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    747f63a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a38e34a View commit details
    Browse the repository at this point in the history
  3. update

    BRUCE11111 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    788452e View commit details
    Browse the repository at this point in the history
  4. disable printer

    BRUCE11111 committed Aug 22, 2024
    Configuration menu
    Copy the full SHA
    894f268 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

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

Commits on Aug 28, 2024

  1. update transpose index

    BRUCE11111 committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    a804c2d View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    7f7fb86 View commit details
    Browse the repository at this point in the history
  2. simplify analyzer code

    BRUCE11111 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c1d7136 View commit details
    Browse the repository at this point in the history
  3. fix clang-format

    BRUCE11111 committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    545cf98 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    87e69e1 View commit details
    Browse the repository at this point in the history
  2. update test

    BRUCE11111 committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dc00e70 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. simplify code

    BRUCE11111 committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    7ac81c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. add test

    BRUCE11111 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    284a97b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    562657c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. add some comments

    BRUCE11111 committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3db8b18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c5e5a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 7, 2024

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

Commits on Sep 9, 2024

  1. update

    BRUCE11111 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    0353101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a08a3f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    50d2e76 View commit details
    Browse the repository at this point in the history
  4. test ci

    BRUCE11111 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    10e73f4 View commit details
    Browse the repository at this point in the history
  5. fix clang-format

    BRUCE11111 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    eec389f View commit details
    Browse the repository at this point in the history
  6. fix format

    BRUCE11111 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    cdbe4e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27536a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5bf4a9f View commit details
    Browse the repository at this point in the history
  9. fix comments

    BRUCE11111 committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    b0a26cd View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. add comments

    BRUCE11111 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    dfa5ea3 View commit details
    Browse the repository at this point in the history
  2. fix clang-tidy

    BRUCE11111 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    ffc5569 View commit details
    Browse the repository at this point in the history
  3. remove unused function

    BRUCE11111 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    32f20dd View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. split analysis file

    BRUCE11111 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a4382c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1f0e3ce View commit details
    Browse the repository at this point in the history
  3. add utils.cpp

    BRUCE11111 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a79147c View commit details
    Browse the repository at this point in the history
  4. fix license

    BRUCE11111 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3552eb6 View commit details
    Browse the repository at this point in the history
  5. fix code stype

    BRUCE11111 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    3ef9f3a View commit details
    Browse the repository at this point in the history
  6. enable broadcast op fusion

    BRUCE11111 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a1f9988 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47687f1 View commit details
    Browse the repository at this point in the history
  8. use linalgx utils function

    BRUCE11111 committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    1a2a9a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2024

  1. temporaty save

    BRUCE11111 committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    f96c544 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. rename file name

    BRUCE11111 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    bec59ab View commit details
    Browse the repository at this point in the history
  2. push local change

    BRUCE11111 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    4c901c4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. fix reduce loop indice

    BRUCE11111 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9b6e6c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. simplify code

    BRUCE11111 committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    aac20a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a62f0b View commit details
    Browse the repository at this point in the history