9#ifndef LLVM_CLANG_BASIC_CUDA_H 
   10#define LLVM_CLANG_BASIC_CUDA_H 
The JSON file list parser is used to communicate input to InstallAPI.
 
CudaVersion MaxVersionForOffloadArch(OffloadArch A)
Get the latest CudaVersion that supports the given OffloadArch.
 
CudaVersion ToCudaVersion(llvm::VersionTuple)
 
CudaVersion CudaStringToVersion(const llvm::Twine &S)
 
bool CudaFeatureEnabled(llvm::VersionTuple, CudaFeature)
 
const char * CudaVersionToString(CudaVersion V)
 
@ CUDA_USES_FATBIN_REGISTER_END
 
CudaVersion MinVersionForOffloadArch(OffloadArch A)
Get the earliest CudaVersion that supports the given OffloadArch.
 
Diagnostic wrappers for TextAPI types for error reporting.