-
Notifications
You must be signed in to change notification settings - Fork 2
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
fatal error: 'CL/sycl.hpp' file not found #5
Comments
I can't reproduce the issue. Please let me know if you still see the issue with latest. |
With the latest update the compilation seems to fail later on different thing:
A configuration warning before the build is concerning:
|
@linehill, may I know the cmake command that you have used? Also can you confirm if you have oneAPI package(HPC toolkit) installed? Remember you have to run "intel/oneapi/setvars.sh" every time. |
The command:
Full configure log:
It's installed:
Have done this. |
Shim layer needs Intel compiler not clang, can you try "-DCMAKE_CXX_COMPILER=icpx" and let me know if you still see the issue? |
|
Did you try using icpx in general? I am trying to understand if this error is specific to this project or icpx compiler in general does not work for you. If icpx/dpcpp compiler does not work for you then I would suggest to fix that. |
The ixpc is broken as it won't compile a simple hello world app. There is apparently a bug which is still not fixed. I can work it around by using |
fixed? @linehill |
MKLShim build fails with following error:
The project was configured as followed:
The text was updated successfully, but these errors were encountered: