[PATCH] D146389: [clang-repl][CUDA] Initial interactive CUDA support for clang-repl
Simeon Ehrig via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 28 04:29:34 PDT 2023
SimeonEhrig added a comment.
In D146389#4292984 <https://reviews.llvm.org/D146389#4292984>, @tra wrote:
> lib/CodeGen changes look OK to me.
I can confirm the code change in CodeGen works as expected. `clang-repl` does not generate temporary files anymore, if a CUDA kernel is compiled.
Compiling a simple CUDA application still working and saving the generated PTX and fatbin code via `clang++ ../helloWorld.cu -o helloWorld -L/usr/local/cuda/lib64 -lcudart_static --save-temps` is also still working.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146389/new/
https://reviews.llvm.org/D146389
More information about the cfe-commits
mailing list