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] Make __GCC_DESTRUCTIVE_SIZE 128 on AMDGPU #115241

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

Commits on Nov 7, 2024

  1. [AMDGPU] Make __GCC_DESTRUCTIVE_SIZE 128 on AMDGPU

    Summary:
    The cache line size on AMDGPU varies between 64 and 128 (The lowest L2
    cache also goes to 256 on some architectures.) This macro is intended to
    present a size that will not cause destructive interference, so we
    choose the larger of those values.
    jhuber6 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fcb8bcf View commit details
    Browse the repository at this point in the history
  2. comments

    jhuber6 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e50916a View commit details
    Browse the repository at this point in the history