-
Notifications
You must be signed in to change notification settings - Fork 770
Cannot build CTS #3020
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
Comments
@nyalloc, unfortunately, I can't reproduce this problem.
Line 819, doesn't look like this in the latest version of the source code. Could you check if your build directory is up-to-date, please? |
I don't know if CTS that I am using is the latest one. It is reproducible for me.
clang++ -fsycl accessor_api_buffer.cpp
Adding 'const' specifier to the MyFunctor::operator() fixes the problem. |
@v-klochkov, you should build SYCL-CTS with |
I forgot to write that, but with -sycl-std=121 the error is the same. A month or two ago -sycl-std=121 worked as a workaround for that issue, but not now. Probably, something got pulled to compiler |
The problem is caused by the fix #2703 |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be automatically closed in 30 days. |
Trying to build the SYCL CTS fails to build when using the lastest Intel LLVM.
Results in numerous failures with the same complaint:
The text was updated successfully, but these errors were encountered: