|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "cuda_compat.h"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. | |