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

AMDGPU: Add description for new atomicrmw metadata #85052

Merged
merged 24 commits into from
Jul 10, 2024

Commits on Mar 13, 2024

  1. AMDGPU: Don't use table for metadata docs, and fix section headers

    I couldn't figure out how to nicely embed a table within a table column.
    Copy the formatting that LangRef uses for metadata, and introduce a
    metadata section with subsections for each item. Also fix using subsection
    markers in place of section markers to avoid sphinx errors.
    arsenm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2cc2dd6 View commit details
    Browse the repository at this point in the history
  2. AMDGPU: Add description for amdgpu.no.access.location.types metadata

    Add a spec for yet-to-be-implemented metadata to allow the backend to
    fully handle atomicrmw lowering. This is the base of an alternative
    to llvm#69229, which inverts the direction to be correct by default, and
    extends to cover the peer device case.
    
    Could use a better name
    arsenm committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    29794bc View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    852d895 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6155303 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c5c29f View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Fix metadata reference links

    arsenm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    b8f471c View commit details
    Browse the repository at this point in the history
  2. Define denormal mode atomic metadata

    Alternatively, ignore.fpenv
    arsenm committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2ee7ee6 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    9a15f6f View commit details
    Browse the repository at this point in the history
  2. Add note that amdgpu.no.remote.memory.access is usually sufficient to…

    … emit an instruction
    arsenm committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    ec02ead View commit details
    Browse the repository at this point in the history
  3. Rename

    arsenm committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    79db05f View commit details
    Browse the repository at this point in the history
  4. Reorder documentation sections

    arsenm committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0678218 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6cb77f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e359880 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f46a8aa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    47c30e1 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fix release notes

    arsenm committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    0516ba2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

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

Commits on May 3, 2024

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

Commits on May 6, 2024

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

Commits on May 9, 2024

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

Commits on May 17, 2024

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

Commits on May 31, 2024

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

Commits on Jun 17, 2024

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