Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These are the PRs that fixed CUDA support in LLVM and CppInterOp by @anutosh491. [clang-repl] : Fix clang-repl crash with --cuda flag - llvm Add error propagation to interpreter creation logic - CppInterOp
Support for CUDA in xeus-cpp (Taking inspiration from xeus-clang-repl)
-cuda
createClangInterpreter
Cpp::CreateInterpreter
xeus-cpp/src/xinterpreter.cpp
Line 51 in 3c5328d
{ "display_name": "CppInterOp (C++17)", "env": { "CPLUS_INCLUDE_PATH":"@CMAKE_CPLUS_INCLUDE_PATH@", "PATH":"@CMAKE_PATH@", "LD_LIBRARY_PATH":"@CMAKE_LD_LIBRARY_PATH@", "PYTHONPATH":"@CMAKE_PYTHONPATH@" }, "argv": [ "@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@/xcpp", "-f", "{connection_file}", "-cuda", "-std=c++17"@CMAKE_OMP@ ], "language": "CUDA" }
test_interpreter.cpp
I hope these will bring CUDA support in xeus-cpp. I will be updating if any other changes are required.
The text was updated successfully, but these errors were encountered:
Thanks for opening this !
Sorry, something went wrong.
No branches or pull requests
These are the PRs that fixed CUDA support in LLVM and CppInterOp by @anutosh491.
[clang-repl] : Fix clang-repl crash with --cuda flag - llvm
Add error propagation to interpreter creation logic - CppInterOp
Support for CUDA in xeus-cpp (Taking inspiration from xeus-clang-repl)
-cuda
flag is already supported by CppInterOp'screateClangInterpreter
.Cpp::CreateInterpreter
to trigger the above.xeus-cpp/src/xinterpreter.cpp
Line 51 in 3c5328d
test_interpreter.cpp
.I hope these will bring CUDA support in xeus-cpp. I will be updating if any other changes are required.
The text was updated successfully, but these errors were encountered: