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] Remove unsupported from O0 tests on AMD #13967

Merged
merged 2 commits into from
Jun 7, 2024

Commits on May 30, 2024

  1. [SYCL][HIP] Remove unsupported from O0 tests on AMD

    This was tracked down to a bug in ROCm that seems to be fixed with newer
    versions, and the CI is now on ROCm 6+ so these should be fine.
    
    ROCm ticket: ROCm/clr#13
    
    The reduce over group test works on W6800 and MI210, but it seems for
    gfx1031 it reports not supporting shared USM, note that HIP for gfx1031
    isn't officially supported by AMD.
    npmiller committed May 30, 2024
    Configuration menu
    Copy the full SHA
    8890b87 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. [SYCL] Mark reduce_over_group test as requiring shared USM

    Co-authored-by: Steffen Larsen <steffen.larsen@intel.com>
    npmiller and steffenlarsen committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    d009d23 View commit details
    Browse the repository at this point in the history