-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[cling] Prototype SYCL support in ROOT #17209
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
base: master
Are you sure you want to change the base?
Conversation
Test Results 20 files 20 suites 3d 8h 47m 43s ⏱️ Results for commit 85c3bb6. ♻️ This comment has been updated with latest results. |
15fae9c
to
5aefaee
Compare
5aefaee
to
494d4db
Compare
494d4db
to
9b03ea9
Compare
8955d6e
to
d4e759f
Compare
e8250a1
to
bd3bc0f
Compare
bd3bc0f
to
93ce2ac
Compare
0a4d1e8
to
56e2fe3
Compare
2bd1d8a
to
e29516a
Compare
e29516a
to
33c1c40
Compare
33c1c40
to
a12b1d4
Compare
a12b1d4
to
7a1a305
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just commenting on the changes in interpreter/
AdaptiveCpp requires NullDerefProtectionTransformer to be turned off to function properly
7a1a305
to
85c3bb6
Compare
LGTM for the |
This Pull request:
Adds a prototype implementation of SYCL support for standalone Cling. It works for standalone Cling, but is work in progress and is not ready for merge.
Changes or fixes:
Checklist:
-DLLVM_LINK_LLVM_DYLIB=ON
, which unfortunately ROOT doesn't support. Tried to get this working but this causes a cascade of issues. See: Building fails withbuiltin_llvm=OFF
: CommandLine Error: Option 'W' registered more than once! #12156 (comment)To build, you need the flag:
-Dexperimental_adaptivecpp
Root's AdaptiveCpp fork (for static LLVM build and build-time usability - for genvectorx): https://github.com/root-project/AdaptiveCpp
Related: #18461
This PR fixes #