Skip to content

[SYCL][NFC] Do not use non-existing vec aliases #8210

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

cl_* vec aliases were removed in SYCL 2020. Replaced their usages with vec<opencl::cl_*, N>.

Note: SYCL 2020 aliases were not used here on purpose, because existing images implementation still follows SYCL 1.2.1 standard.

`cl_*` vec aliases were removed in SYCL 2020. Replaced their usages with
`vec<opencl::cl_*, N>`.

Note: SYCL 2020 aliases were not used here on purpose, because existing
images implementation still follows SYCL 1.2.1 standard.
@AlexeySachkov AlexeySachkov requested a review from a team as a code owner February 6, 2023 11:41
@AlexeySachkov AlexeySachkov temporarily deployed to aws February 6, 2023 12:09 — with GitHub Actions Inactive
@AlexeySachkov AlexeySachkov temporarily deployed to aws February 6, 2023 12:46 — with GitHub Actions Inactive
@AlexeySachkov
Copy link
Contributor Author

Failed Tests (1):
  SYCL :: KernelAndProgram/spec_constants_after_link.cpp

This is a known issue, the test will be temporarily disabled in intel/llvm-test-suite#1572

@AlexeySachkov AlexeySachkov merged commit 9e4c8fc into intel:sycl Feb 6, 2023
@AlexeySachkov AlexeySachkov deleted the private/asachkov/more-cl-aliases-changes branch March 29, 2023 12:24
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.

2 participants