[PATCH] D146389: [clang-repl][CUDA] Initial interactive CUDA support for clang-repl
Anubhab Ghosh via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 4 08:09:37 PDT 2023
argentite created this revision.
Herald added subscribers: mattd, carlosgalvezp, yaxunl.
Herald added a project: All.
argentite updated this revision to Diff 507049.
argentite added a comment.
argentite updated this revision to Diff 510808.
argentite edited the summary of this revision.
argentite added reviewers: v.g.vassilev, sgraenitz, lhames.
argentite published this revision for review.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Use full name of CUDA library
argentite added a comment.
Clear LinkModules on every interpreter iteration
CUDA support can be enabled in clang-repl with --cuda flag.
Device code linking is not yet supported. inline must be used with all
__device__ functions.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146389
Files:
clang/include/clang/Interpreter/Interpreter.h
clang/lib/CodeGen/CodeGenAction.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Interpreter/CMakeLists.txt
clang/lib/Interpreter/IncrementalParser.cpp
clang/lib/Interpreter/IncrementalParser.h
clang/lib/Interpreter/Interpreter.cpp
clang/lib/Interpreter/Offload.cpp
clang/lib/Interpreter/Offload.h
clang/tools/clang-repl/ClangRepl.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146389.510808.patch
Type: text/x-patch
Size: 19292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230404/d70bcc7e/attachment-0001.bin>
More information about the cfe-commits
mailing list