-
Notifications
You must be signed in to change notification settings - Fork 31
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
Problem in compilation stage with. computecpp 2.0.0 #45
Comments
Hi, I don't have experience with ComputeCpp 2.0. Does the If ComputeCpp 2.0 supports already SYCL 2020, it is possible that we need to change the include to |
Hi, But after your suggestion i change the include and this fact solved my first problem, but now i have other: when i tried do a make using the cmake command above, the make command return a following error: I suspect I passed some error value in cmake flags but I'm not sure. Any suggestion? Rui |
I'm not an expert on ComputeCpp and how it wants to be integrated with cmake - let's ask the experts from Codeplay. Pinging @rodburns as a first guess :) |
Hi,
I tried compile the sycl-bench, using the computecpp 2.0.0, gcc 9.3.0 and ubuntu error, but the cmake tool return me a error: #include<CL/sycl.hpp> not found.
cmake command: cmake .. -DSYCL_IMPL=ComputeCpp -D COMPUTECPP_RUNTIME_LIBRARY=/opt/ComputeCPP/include -DComputeCpp_INFO_EXECUTABLE=/opt/ComputeCPP -D COMPUTECPP_RUNTIME_LIBRARY_DEBUG=/opt/ComputeCPP
What could I be doing wrong?
Rui
The text was updated successfully, but these errors were encountered: