Skip to content

[SYCL][NFC] Cleanup warnings in E2E tests #11931

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

Conversation

AlexeySachkov
Copy link
Contributor

Main changes:

  • dropped uses of deprecated APIs where this is not a direct goal of the test (get_count -> size)
  • defined SYCL_DISABLE_IMAGE_ASPECT_WARNING for some tests
  • get_access -> get_host_access (for simple cases)
  • removed uses of host backend

Main changes:
- dropped uses of deprecated APIs where this is not a direct goal of the test
  (`get_count` -> `size`)
- defined `SYCL_DISABLE_IMAGE_ASPECT_WARNING` for some tests
- `get_access` -> `get_host_access` (for simple cases)
- removed uses of host backend
Copy link
Contributor

@kbenzie kbenzie left a comment

Choose a reason for hiding this comment

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

UR LGTM

@AlexeySachkov AlexeySachkov merged commit 6083ddd into intel:sycl Nov 20, 2023
@AlexeySachkov AlexeySachkov deleted the private/asachkov/cleanup-e2e-test-warnings branch November 20, 2023 14:33
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.

3 participants