Skip to content
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

[WIP] [cling] Prototype SYCL support for standalone cling #17209

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

devajithvs
Copy link
Contributor

@devajithvs devajithvs commented Dec 5, 2024

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:

Cling builds and works in standalone mode with adaptiveCpp:
To build (we need the flags -Dadaptivecpp -DLLVM_BUILD_TOOLS=ON -DLLVM_BUILD_LLVM_DYLIB=ON):

cmake -G Ninja  -DCMAKE_BUILD_TYPE=Release -DLLVM_EXTERNAL_PROJECTS="cling" -DLLVM_EXTERNAL_CLING_SOURCE_DIR=../cling -DLLVM_ENABLE_PROJECTS="clang" -DLLVM_TARGETS_TO_BUILD="host;NVPTX" -Dadaptivecpp -DLLVM_BUILD_TOOLS=ON  -DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_ENABLE_ASSERTIONS=ON  -DLLVM_LINK_LLVM_DYLIB=ON   ../llvm-project/llvm ```
  • tested changes locally
  • updated the docs (if necessary)

This PR fixes #

@devajithvs devajithvs self-assigned this Dec 5, 2024
Copy link

github-actions bot commented Dec 5, 2024

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit 15fae9c.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant