Skip to content

[CI] Exclude image_accessor from SYCL CTS #8260

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

Merged
merged 1 commit into from
Feb 10, 2023
Merged

Conversation

bader
Copy link
Contributor

@bader bader commented Feb 9, 2023

This change propagates the change Khronos SYCL-CTS config file. image_accessor does not build with DPC++. See KhronosGroup/SYCL-CTS#485 for more details.

This change propagates the change Khronos SYCL-CTS config file.
image_accessor does not build with DPC++. See KhronosGroup/SYCL-CTS#485 for more details.
@bader bader requested a review from a team as a code owner February 9, 2023 06:00
@bader bader temporarily deployed to aws February 9, 2023 06:25 — with GitHub Actions Inactive
@bader bader temporarily deployed to aws February 9, 2023 13:54 — with GitHub Actions Inactive
@dm-vodopyanov
Copy link
Contributor

Ran post-commit on pre-commit in the similar PR, the problem is gone, but tests didn't run due to:

Run testing
  
  WARNING: The enviroment variable SYCL_DEVICE_FILTER is deprecated. Please use ONEAPI_DEVICE_SELECTOR instead.
  For more details, please refer to:
  https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md#oneapi_device_selector
  
  terminate called after throwing an instance of 'sycl::_V1::runtime_error'
    what():  No device of requested type available. -1 (PI_ERROR_DEVICE_NOT_FOUND)
  /__w/_temp/f252644e-1be9-4907-94be-67f591926834.sh: line 30:  7505 Aborted                 (core dumped) ./build/bin/test_all --list-devices

PR: #8268
Failure observed in: https://github.com/intel/llvm/actions/runs/4134563293/jobs/7146370537

@bader
Copy link
Contributor Author

bader commented Feb 9, 2023

This is a different issue not related to the patch. For some reason, sycl runtime didn't detect any devices. Let's fix the build and if this issue exposed in post-commit, we will investigate.

@intel/dpcpp-devops-reviewers, ping.

Copy link
Contributor

@cperkinsintel cperkinsintel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@steffenlarsen steffenlarsen merged commit ba26732 into sycl Feb 10, 2023
@bader bader deleted the cts-filter-update branch February 10, 2023 17:01
@bader
Copy link
Contributor Author

bader commented Feb 11, 2023

Ran post-commit on pre-commit in the similar PR, the problem is gone, but tests didn't run due to:

Run testing
  
  WARNING: The enviroment variable SYCL_DEVICE_FILTER is deprecated. Please use ONEAPI_DEVICE_SELECTOR instead.
  For more details, please refer to:
  https://github.com/intel/llvm/blob/sycl/sycl/doc/EnvironmentVariables.md#oneapi_device_selector
  
  terminate called after throwing an instance of 'sycl::_V1::runtime_error'
    what():  No device of requested type available. -1 (PI_ERROR_DEVICE_NOT_FOUND)
  /__w/_temp/f252644e-1be9-4907-94be-67f591926834.sh: line 30:  7505 Aborted                 (core dumped) ./build/bin/test_all --list-devices

PR: #8268 Failure observed in: https://github.com/intel/llvm/actions/runs/4134563293/jobs/7146370537

I see in the logs that CUDA and HIP plug-ins aren't built anymore.
@romanovvlad, it looks like b8d955c is related. I see CUDA and HIP plug-ins are installed in the parent commit, but not in this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants