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

Advanced indexing #235

Merged
merged 36 commits into from
Apr 21, 2022
Merged

Advanced indexing #235

merged 36 commits into from
Apr 21, 2022

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    867f7a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2357166 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    abc583e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3925e52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7708c7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b4acf1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51c5f50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2d6a671 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3118969 View commit details
    Browse the repository at this point in the history
  10. some clean-up

    ipdemes committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    b87c51b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d06e03d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7672be1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d5e0446 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6e1b4f1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    76c1ae5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    acdae9d View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. addressing PR comments

    ipdemes committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    6cab1ca View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

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

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    02864d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1772c0e View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

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

Commits on Apr 15, 2022

  1. cleaning up deferred.py

    ipdemes committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    a8bf6ad View commit details
    Browse the repository at this point in the history
  2. making zip task to compile for the case when Legion is compiled with …

    …the support for large dimensions
    ipdemes committed Apr 15, 2022
    Configuration menu
    Copy the full SHA
    04a3cc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Removing the cehck for the output_rect == input_rect

    In the case when input arrays (index arrays) are
    broadcasted and, legate not always will partition them
    (it will sometimes just broadcast them). This doesn't
    effect correctness.
    ipdemes committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    173f47f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3601cdb View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    502a4b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a33d9e View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    95ae53d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3979dc View commit details
    Browse the repository at this point in the history
  3. making set_item work for the case when any transformations are done t…

    …o se base array internally
    ipdemes committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    f7990ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a444581 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb882d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. fixing some small issues

    ipdemes committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    8796301 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30539a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8704cb0 View commit details
    Browse the repository at this point in the history