-
Notifications
You must be signed in to change notification settings - Fork 80
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
Conformance test for SYCL is not working. #925
Comments
What DPC++ version do you use? CTS CI uses 20a088e1231c4ac85fd74c0de79c563977d2f38c, which successfully compiles all tests. |
Can you please share link of particular dpc++ version that you mentioned in reply. |
Here is the link: intel/llvm@20a088e |
Please help. |
The error message says what you need to do! |
As per the documentation, it should work without any modification! (https://github.com/KhronosGroup/SYCL-CTS) |
As per the documentation, you should do a recursive checkout:
|
As per the documentation, Still it was giving error because SYCL-CTS/vendor/Catch2 to be added manually (link: https://github.com/catchorg/Catch2/tree/d548be26e3c54abc7e0b076319057d334e3ac589) That is done and cmake command worked successfully. cmake -S . -B build -DSYCL_IMPLEMENTATION=DPCPP after this, as per the documentation next command given: cmake --build ./build But still the build is not complete and it is showing multiple errors!(reference in images) |
I tried to build conformance test using the code repository given here, for SYCL compilers:
But, the build failed for both the above SYCL compilers.
For DPC++ it is giving error multiple time (screenshot attached):
Please provide solution for this issue.
Reference screenshots of DPC++ compiler conformance testing:
cmake -S . -B build -DSYCL_IMPLEMENTATION=DPCPP
ERROR:
The text was updated successfully, but these errors were encountered: