HomeSort by: relevance | last modified time | path
    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