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

[AMD] Add buffer support #4716

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

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    9499844 View commit details
    Browse the repository at this point in the history
  2. Address review feedback

    giuseros committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e8213c0 View commit details
    Browse the repository at this point in the history
  3. Address review feedback - 2

    giuseros committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    e8c80e8 View commit details
    Browse the repository at this point in the history
  4. Address review feedback - 3

    giuseros committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    848f90d View commit details
    Browse the repository at this point in the history
  5. Address review feedback - 4

    giuseros committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    c2b1d05 View commit details
    Browse the repository at this point in the history
  6. Address review feedback - 5

    giuseros committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8559a04 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    63aa88e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f3116db View commit details
    Browse the repository at this point in the history
  9. Set of fixes

    - The getPtrAlignment needs to run on a tensor
    - getPtrAlignment returns the alignment in terms of  number of elements.
      We need to multiply by 8 to get the bytes
    - I renamed alignment to alignmentBytes to be clear on what we are
      computing
    giuseros committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    99a66ec View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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