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 atomic_ref support for 8 and 16b types. #2255

Merged
merged 34 commits into from
Oct 16, 2024

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    9941a44 View commit details
    Browse the repository at this point in the history
  2. Add 16b test

    wmaxey committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    bfd97ee View commit details
    Browse the repository at this point in the history
  3. Fix issues found when enabling 8/16b in a heterogeneous test, PTX see…

    …ms to be invalid though
    wmaxey committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    24bb639 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f93e690 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ae24c8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1af8667 View commit details
    Browse the repository at this point in the history
  7. Fix bug in 16b atomic load

    wmaxey committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    ff06fa1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8daaad1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f588332 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60e8c25 View commit details
    Browse the repository at this point in the history
  11. Fixup remove debug prints

    wmaxey committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    e9a79f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    b713109 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c2627d View commit details
    Browse the repository at this point in the history
  3. Fixup documentation mistake.

    wmaxey authored Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c0f52c8 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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

Commits on Aug 20, 2024

  1. Remove 8b/16b add PTX tests

    wmaxey committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c9ca506 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    6f5d0b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b944e View commit details
    Browse the repository at this point in the history
  3. Fix signed/unsigned comparison

    wmaxey committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    2381c42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07d1077 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2d19d1 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

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

Commits on Aug 28, 2024

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

Commits on Sep 4, 2024

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

Commits on Sep 10, 2024

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    b7baeef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c59b3ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    642b487 View commit details
    Browse the repository at this point in the history
  4. Switch 8b ld/st to 16b ld

    wmaxey committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    b1901a2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    8612403 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    928465f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    71376e9 View commit details
    Browse the repository at this point in the history
  4. Atomic codegen tests: clang-cuda reorders some arguments, include the…

    …m in the DAG to fix CI failures
    wmaxey committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0479ebd View commit details
    Browse the repository at this point in the history