Skip to content

Commit

Permalink
info cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
madMAx43v3r committed Feb 10, 2025
1 parent dea7cb5 commit da30c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pos/cuda_recompute.cu
Original file line number Diff line number Diff line change
Expand Up @@ -346,8 +346,8 @@ void cuda_recompute_init(bool enable, std::vector<int> device_list)
dev->thread = std::thread(&cuda_recompute_loop, dev);
g_devices.push_back(dev);
}
vnx::log_info() << "Using CUDA device '" << info.name
<< "' [" << info.index << "] with threads " << info.max_resident << ", buffer " << info.buffer_size << "x" << num_threads;
vnx::log_info() << "Using CUDA device [" << info.index << "] '" << info.name
<< "' with threads " << info.max_resident << ", buffer " << info.buffer_size << "x" << num_threads;
}
have_cuda = g_devices.size();

Expand Down

0 comments on commit da30c1e

Please sign in to comment.