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

[Triton] Add tl.gather with a naive codegen implementation #5262

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

Commits on Nov 23, 2024

  1. Add GatherOp with lit tests

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

Commits on Nov 25, 2024

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

Commits on Nov 26, 2024

  1. Configuration menu
    Copy the full SHA
    c091f31 View commit details
    Browse the repository at this point in the history
  2. rename dim to axis

    Mogball committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    44dabb4 View commit details
    Browse the repository at this point in the history
  3. add LLVMIR test

    Mogball committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    d4a32c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02a2f2b View commit details
    Browse the repository at this point in the history
  5. newlines

    Mogball committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    56d1279 View commit details
    Browse the repository at this point in the history
  6. more newlines

    Mogball committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    6a2f788 View commit details
    Browse the repository at this point in the history
  7. more newlines

    Mogball committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8f1358e View commit details
    Browse the repository at this point in the history
  8. format code

    Mogball committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    63d0de2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    39a35ce View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Configuration menu
    Copy the full SHA
    508b981 View commit details
    Browse the repository at this point in the history
  2. assert_close

    Mogball committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    741d0a8 View commit details
    Browse the repository at this point in the history
  3. clarify gather impl comment

    Mogball committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    4189c09 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fee613 View commit details
    Browse the repository at this point in the history