Split canDetectGpus()
[alexxy/gromacs.git] / src / gromacs / gpu_utils / gpu_utils.cu
index b356f54a04128ceb1b4a1e5fffef8a65ce9507e5..8db9065d43414f30055a4aec1522932c911f43e2 100644 (file)
@@ -330,7 +330,7 @@ static int is_gmx_supported_gpu_id(int                   deviceId,
     return egpuCompatible;
 }
 
-bool canDetectGpus(std::string *errorMessage)
+bool isGpuDetectionFunctional(std::string *errorMessage)
 {
     cudaError_t        stat;
     int                driverVersion = -1;