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

Add TTEntry clusters. #164

Merged
merged 22 commits into from
Jul 6, 2024
Merged

Add TTEntry clusters. #164

merged 22 commits into from
Jul 6, 2024

Commits on Jul 2, 2024

  1. first attempt at tt-clusters

    Bench: 13471744
    cosmobobak committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    cd7cacf View commit details
    Browse the repository at this point in the history
  2. waste less time

    Bench: 13471744
    cosmobobak committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8f404cf View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. hand-write the atomic memory accesses.

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0df4cb1 View commit details
    Browse the repository at this point in the history
  2. swap tt-entry access pattern

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    6362010 View commit details
    Browse the repository at this point in the history
  3. formatting.

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0e20adb View commit details
    Browse the repository at this point in the history
  4. use pointer madjick

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    bf59ad8 View commit details
    Browse the repository at this point in the history
  5. Revert "use pointer madjick"

    This reverts commit bf59ad8.
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c9b5ccb View commit details
    Browse the repository at this point in the history
  6. try the union approach

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b06dcfa View commit details
    Browse the repository at this point in the history
  7. align TTEntry

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    c8ab489 View commit details
    Browse the repository at this point in the history
  8. track the cluster we probed from for storing

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0fdea5b View commit details
    Browse the repository at this point in the history
  9. formatting

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    11de6a2 View commit details
    Browse the repository at this point in the history
  10. compute indices upfront

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    fc95392 View commit details
    Browse the repository at this point in the history
  11. formatting

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d424b3e View commit details
    Browse the repository at this point in the history
  12. anotha try

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8cdfc40 View commit details
    Browse the repository at this point in the history
  13. Revert "anotha try"

    This reverts commit 8cdfc40.
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    08fa6f5 View commit details
    Browse the repository at this point in the history
  14. Revert "formatting"

    This reverts commit d424b3e.
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4c399db View commit details
    Browse the repository at this point in the history
  15. Revert "compute indices upfront"

    This reverts commit fc95392.
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0609b53 View commit details
    Browse the repository at this point in the history
  16. Revert "formatting"

    This reverts commit 11de6a2.
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    069fbc1 View commit details
    Browse the repository at this point in the history
  17. Revert "track the cluster we probed from for storing"

    This reverts commit 0fdea5b.
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    13c2749 View commit details
    Browse the repository at this point in the history
  18. cleanup

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e370abc View commit details
    Browse the repository at this point in the history
  19. cleanup

    Bench: 13471744
    cosmobobak committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    4fee125 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. fix UB, improve documentation

    Bench: 13471744
    cosmobobak committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    f170534 View commit details
    Browse the repository at this point in the history