未验证 提交 7ae3cb55 编写于 作者: A Aurelius84 提交者: GitHub

Polish CUDA Information stdout (#29109)

上级 2a864c70
......@@ -318,7 +318,9 @@ CUDADeviceContext::CUDADeviceContext(CUDAPlace place) : place_(place) {
runtime_version_ = GetCUDARuntimeVersion(place_.device);
LOG_FIRST_N(WARNING, 1) << "Please NOTE: device: " << place_.device
<< ", CUDA Capability: " << compute_capability_
<< ", GPU Compute Capability: "
<< compute_capability_ / 10 << "."
<< compute_capability_ % 10
<< ", Driver API Version: " << driver_version_ / 1000
<< "." << (driver_version_ % 100) / 10
<< ", Runtime API Version: "
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册