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

GH-44393: [C++][Compute] Swizzle vector functions #44394

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

Commits on Sep 29, 2024

  1. WIP

    zanmato1984 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    1e141d7 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. WIP

    zanmato1984 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    216e217 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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

Commits on Oct 4, 2024

  1. WIP

    zanmato1984 committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    be88f0c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

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

Commits on Oct 7, 2024

  1. Implement permute

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

Commits on Oct 10, 2024

  1. Reorg reverse_index

    zanmato1984 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4e9d3a6 View commit details
    Browse the repository at this point in the history
  2. Fix API and doc

    zanmato1984 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    c4c5c41 View commit details
    Browse the repository at this point in the history
  3. Fix API and doc

    zanmato1984 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    78bb335 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    38bcc5d View commit details
    Browse the repository at this point in the history
  5. Init docs

    zanmato1984 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d88877a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc6a0ef View commit details
    Browse the repository at this point in the history
  7. Refine

    zanmato1984 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    2bbf44b View commit details
    Browse the repository at this point in the history
  8. Update docs

    zanmato1984 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    b31f9f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Refine doc

    zanmato1984 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b951348 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    520b952 View commit details
    Browse the repository at this point in the history
  3. Refine docs

    zanmato1984 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b450f5e View commit details
    Browse the repository at this point in the history
  4. Fix uint64 overflow check

    zanmato1984 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    4ea1465 View commit details
    Browse the repository at this point in the history
  5. Reverse indices tests

    zanmato1984 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    cbdce2f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2e118a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7128a28 View commit details
    Browse the repository at this point in the history
  8. Refine

    zanmato1984 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    034d3b7 View commit details
    Browse the repository at this point in the history
  9. WIP permute tests

    zanmato1984 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    9f93e5c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Refine tests

    zanmato1984 committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    c320002 View commit details
    Browse the repository at this point in the history
  2. More permute tests

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

Commits on Oct 13, 2024

  1. Configuration menu
    Copy the full SHA
    0811b2b View commit details
    Browse the repository at this point in the history
  2. Update some comments

    zanmato1984 committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    154ad95 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fix lint

    zanmato1984 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    66d977a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4c292c View commit details
    Browse the repository at this point in the history
  3. Update comment

    zanmato1984 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    846039d View commit details
    Browse the repository at this point in the history
  4. Fix typo

    zanmato1984 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2f2ae47 View commit details
    Browse the repository at this point in the history
  5. Typo

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

Commits on Oct 17, 2024

  1. Refine

    zanmato1984 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    944609c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    220598b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c03f6e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    705c7b2 View commit details
    Browse the repository at this point in the history
  4. Permute -> Scatter

    zanmato1984 committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    9e9ccb0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Fixing some renamings

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