Skip to content

[SYCL][ESIMD] Fix build errors: "no member named 'cl_int2'" #2915

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 2 commits into from
Dec 23, 2020

Conversation

kbobrovs
Copy link
Contributor

After pull from github I'm seeing build errors like below.
Added missing includes.

$ clang++ -fsycl -fsycl-explicit-simd struct_arg_esimd.cpp
In file included from struct_arg_esimd.cpp:1:
In file included from .../include/sycl/CL/sycl/INTEL/esimd.hpp:17:
In file included from .../include/sycl/CL/sycl/INTEL/esimd/esimd_memory.hpp:13:
.../include/sycl/CL/sycl/INTEL/esimd/detail/esimd_memory_intrin.hpp:662:31: error: no member named 'cl_int2' in namespace 'sycl'
      auto coords = cl::sycl::cl_int2(xoff, yoff);
                    ~~~~~~~~~~^

Signed-off-by: Konstantin S Bobrovsky [email protected]

Signed-off-by: Konstantin S Bobrovsky <[email protected]>
@kbobrovs
Copy link
Contributor Author

@vladimirlaz, testing seems to have got staled, can you please restart?

@kbobrovs
Copy link
Contributor Author

kbobrovs commented Dec 23, 2020

@romanovvlad - thanks. Now it seems I've got intermittent unrelated failure, but can't restart sycl-ubu-x64-pr - can you please restart just that part?

@kbobrovs
Copy link
Contributor Author

@DenisBakhvalov , ping

@pvchupin pvchupin merged commit d7f1b53 into intel:sycl Dec 23, 2020
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