OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CUDARuntime
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenModule.h
331
std::unique_ptr<CGCUDARuntime>
CUDARuntime
;
623
assert(
CUDARuntime
!= nullptr);
624
return *
CUDARuntime
;
CodeGenModule.cpp
264
CUDARuntime
.reset(CreateNVCUDARuntime(*this));
490
if (Context.getLangOpts().CUDA &&
CUDARuntime
) {
491
if (llvm::Function *CudaCtorFunction =
CUDARuntime
->finalizeModule())
Completed in 31 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026