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

Support Combined indexing for __getitem__ and __setitem__ #55211

Merged
merged 35 commits into from
Aug 4, 2023

Commits on May 25, 2023

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

Commits on Jun 5, 2023

  1. list/tuple/Variable

    zoooo0820 committed Jun 5, 2023
    Configuration menu
    Copy the full SHA
    1bcf667 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2023

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

Commits on Jun 14, 2023

  1. getitem 80%

    zoooo0820 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    2d00290 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. add setitem

    zoooo0820 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    6dfd5be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aeb04e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. lazy import

    zoooo0820 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7e03261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ddd876 View commit details
    Browse the repository at this point in the history
  3. fix some setitem error

    zoooo0820 committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    e47ed10 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

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

Commits on Jun 26, 2023

  1. combine int-tensor getitem is ok (without boolean support & broadcast…

    …); add getitem unittest for static
    zoooo0820 committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    bb022b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

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

Commits on Jul 3, 2023

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

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    5b9e48a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87cf34f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    a206dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed8f20c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2136c67 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

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

Commits on Jul 11, 2023

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

Commits on Jul 19, 2023

  1. merge dev & solve conflict

    zoooo0820 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c03bd95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec3380 View commit details
    Browse the repository at this point in the history
  3. xpu uses old stratege

    zoooo0820 committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    3b62bc7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c65649 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 25, 2023

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

Commits on Jul 26, 2023

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

Commits on Jul 27, 2023

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

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    b400aa4 View commit details
    Browse the repository at this point in the history
  2. change static res

    zoooo0820 committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    beaf440 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. fix static xpu

    zoooo0820 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1a4ae45 View commit details
    Browse the repository at this point in the history
  2. merge develop with stride

    zoooo0820 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    84386c4 View commit details
    Browse the repository at this point in the history