-
Notifications
You must be signed in to change notification settings - Fork 50
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
BUG : enable SYCL when TRACCC_BUILD_SYCL is set #104
BUG : enable SYCL when TRACCC_BUILD_SYCL is set #104
Conversation
Sorry, I forgot to create the PR as a WIP draft or as an issue. |
I'm so very confused... 😕 What are you trying to do exactly? To build VecMem's SYCL code using DPC++ from the latest oneAPI release, you can do the following:
Where did you get your formalism from? I'm particularly confused about your usage of |
Hi @SylvainJoube, could you please confirm whether #106 resolves this issue? If so, we can close this PR. |
Pinging @SylvainJoube. 🙂 |
Oh, I'm sorry, I did not see your (multiple) pings @stephenswat . I have another problem now which is related to this one but not exactly the same. Now, I can't compile when I link libraries to a sycl code (with And sorry for my late reply ! |
VecMem refuses to build when
enable_language(SYCL)
is set.I tested with two versions of DPC++ on my laptop :
What I did :
enable_language(SYCL)
in the rootCMakeLists.txt
)git submodule update --init
Here is the full error message :