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

[CUDA][LIBCLC] Implement RC11 seq_cst for PTX6.0 #12516

Merged
merged 15 commits into from
Mar 18, 2024

Commits on Jan 29, 2024

  1. ptx 6.0 seq_cst memory consistency model Impl.

    see https://dl.acm.org/doi/pdf/10.1145/3297858.3304043 for all details
    
    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b605993 View commit details
    Browse the repository at this point in the history
  2. Point to UR branch for testing.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a2321dc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'sycl' into cuda-atom-seq-cst

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    e0aa6e1 View commit details
    Browse the repository at this point in the history
  4. Added missing arch check.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    5d7bfab View commit details
    Browse the repository at this point in the history
  5. Added missing arch check.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d8e0002 View commit details
    Browse the repository at this point in the history
  6. Updated draft UR tag for CI testing.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b161136 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge branch 'sycl' into cuda-atom-seq-cst

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    164a0cc View commit details
    Browse the repository at this point in the history
  2. Fix syclcompat tests.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8e418e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Mar 15, 2024

  1. Point to testing branch.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f61f271 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ed016f View commit details
    Browse the repository at this point in the history
  3. Fix merge conflict.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    296ad12 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    859ff2f View commit details
    Browse the repository at this point in the history
  2. Fix latest UR tag.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    12b477c View commit details
    Browse the repository at this point in the history
  3. Set UR repo.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    58689a9 View commit details
    Browse the repository at this point in the history