ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Namespaces | Functions
cuda_compat.cpp File Reference
#include "cuda_compat.h"
Include dependency graph for cuda_compat.cpp:

Namespaces

namespace  ModuleBase
 
namespace  ModuleBase::cuda_compat
 

Functions

void ModuleBase::cuda_compat::printDeprecatedDeviceInfo (std::ostream &os, const cudaDeviceProp &prop)
 Prints device information that was deprecated or removed in CUDA 13.0.
 
void ModuleBase::cuda_compat::printComputeModeInfo (std::ostream &os, const cudaDeviceProp &prop)
 Prints the device's compute mode using a legacy string mapping.
 
const char * ModuleBase::cuda_compat::cufftGetErrorStringCompat (cufftResult_t error)
 Provides a cross-CUDA-version string conversion for cuFFT error codes.