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

[test] Add SYCL canary test to identify bad environment / configuration #1824

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Sep 10, 2024

  1. sycl canary test

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    9ca5bb0 View commit details
    Browse the repository at this point in the history
  2. adding a kernel name

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    1a40ff4 View commit details
    Browse the repository at this point in the history
  3. protecting SYCL code with guards

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    18febfc View commit details
    Browse the repository at this point in the history
  4. Address review feedback

    Signed-off-by: Dan Hoeflinger
    <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    fb9221a View commit details
    Browse the repository at this point in the history
  5. adding comment

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    5e41eda View commit details
    Browse the repository at this point in the history
  6. spelling fix

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    08f679a View commit details
    Browse the repository at this point in the history
  7. EOL

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6d538d7 View commit details
    Browse the repository at this point in the history
  8. windows quirks

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    82f07a2 View commit details
    Browse the repository at this point in the history
  9. moving test inside non-skipped branch

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    731c056 View commit details
    Browse the repository at this point in the history
  10. rearrange logic to show "skipped" when not dpcpp backend

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    6abd78e View commit details
    Browse the repository at this point in the history
  11. avoiding env var stuff if no need.

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    f83b897 View commit details
    Browse the repository at this point in the history
  12. restricting workaround to a specific icx version

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    b32ba8a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. making a trivial parallel launch for sycl kernel; formatting

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    707993b View commit details
    Browse the repository at this point in the history
  2. get_host_access, naming conventions, formatting

    Signed-off-by: Dan Hoeflinger <[email protected]>
    danhoeflinger committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    19ab25c View commit details
    Browse the repository at this point in the history