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

[SYCL][HIP] Implemented supported make_* interop functions. #10526

Merged
merged 16 commits into from
Aug 30, 2023

Commits on Jul 17, 2023

  1. Added make_device for HIP.

    Signed-off-by: Jack Kirk <[email protected]>
    Jack Kirk committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b211e3b View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. make_queue impl for hip.

    Signed-off-by: Jack Kirk <[email protected]>
    Jack Kirk committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    b747278 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Added make_event hip impl.

    Signed-off-by: Jack Kirk <[email protected]>
    Jack Kirk committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e515de5 View commit details
    Browse the repository at this point in the history
  2. Update interop-hip.cpp test.

    Signed-off-by: Jack Kirk <[email protected]>
    Jack Kirk committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b0f8f7c View commit details
    Browse the repository at this point in the history
  3. Reverted urDeviceCreateWithNativeHandle change.

    urDeviceCreateWithNativeHandle can never be reached in the hip backend
    (see comment in code) so I removed the impl I added earlier.
    
    Signed-off-by: Jack Kirk <[email protected]>
    Jack Kirk committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1376d57 View commit details
    Browse the repository at this point in the history
  4. Fix format.

    Signed-off-by: Jack Kirk <[email protected]>
    Jack Kirk committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    11a7f74 View commit details
    Browse the repository at this point in the history
  5. Fix format.

    Signed-off-by: Jack Kirk <[email protected]>
    Jack Kirk committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    7ba37c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    61ac509 View commit details
    Browse the repository at this point in the history
  2. Revert sycl exception change.

    Update comments.
    
    Signed-off-by: Jack Kirk <[email protected]>
    Jack Kirk committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    b593ecb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

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

Commits on Aug 28, 2023

  1. Merge branch 'sycl' into interop-hip-ur

    Jack Kirk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    18c485a View commit details
    Browse the repository at this point in the history
  2. DPC++ runtime decides native ownership.

    Signed-off-by: Jack Kirk <[email protected]>
    Jack Kirk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    1f02163 View commit details
    Browse the repository at this point in the history
  3. Lint.

    Signed-off-by: Jack Kirk <[email protected]>
    Jack Kirk committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    d1a164e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Merge branch 'sycl' into interop-hip-ur

    Jack Kirk committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    3968f96 View commit details
    Browse the repository at this point in the history
  2. Update sycl/include/sycl/backend.hpp

    Co-authored-by: Sergey Semenov <[email protected]>
    JackAKirk and sergey-semenov authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    1ba72f5 View commit details
    Browse the repository at this point in the history
  3. Format.

    Signed-off-by: Jack Kirk <[email protected]>
    Jack Kirk committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    828f54c View commit details
    Browse the repository at this point in the history