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

[EXP][usm p2p] Add test for ur_exp_usm_p2p and impl for hip #1369

Merged
merged 16 commits into from
Mar 18, 2024

Commits on Jan 8, 2024

  1. USM-P2P extension implementation for hip.

    Uses the latest non deprecated hip APIs.
    
    fully tested and passing via DPC++ using Crusher.
    
    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    0cdd69f View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Use camelCase always. Return caught UR error directly.

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

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

Commits on Feb 2, 2024

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

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    12de78a View commit details
    Browse the repository at this point in the history
  2. Revert unrelated cuda changes.

    These changes will be made in separate PRs.
    
    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    4217a2d View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Add USM_P2P_EXTENSION_STRING_EXP Macro.

    Allow device extension queries for USM P2P support.
    
    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk authored and kbenzie committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    cd9a5d2 View commit details
    Browse the repository at this point in the history
  2. Mark ur_exp_usm_p2p supported for CUDA.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk authored and kbenzie committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    97846c5 View commit details
    Browse the repository at this point in the history
  3. Add brief Support section.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk authored and kbenzie committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    c46745e View commit details
    Browse the repository at this point in the history
  4. Add conformance test for exp_usm_p2p.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk authored and kbenzie committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    d9434c7 View commit details
    Browse the repository at this point in the history
  5. Fix license header format.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk authored and kbenzie committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1417315 View commit details
    Browse the repository at this point in the history
  6. Format and fix match file name.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk authored and kbenzie committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    6288286 View commit details
    Browse the repository at this point in the history
  7. Add missing .match files for all backends.

    Signed-off-by: JackAKirk <jack.kirk@codeplay.com>
    JackAKirk authored and kbenzie committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    bd90079 View commit details
    Browse the repository at this point in the history
  8. Some stylistic improvements to documentation.

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

Commits on Mar 15, 2024

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