[v0.21] Add verbose option. Fix CUDA driver initialization message when verbose output is used

This commit is contained in:
Dr-Noob
2021-12-27 22:35:47 +01:00
parent 59f2715149
commit 8fbf97c47a
8 changed files with 35 additions and 7 deletions

View File

@@ -2,6 +2,7 @@
#define __CUDA_GPU__
#include "../common/gpu.hpp"
#define CUDA_DRIVER_START_WARNING "Waiting for CUDA driver to start..."
struct gpu_info* get_gpu_info_cuda(int gpu_idx);
bool print_gpu_cuda(struct gpu_info* gpu);