mirror of
https://github.com/matrix-construct/construct
synced 2024-11-16 15:00:51 +01:00
ircd:🆑 Tweak device unit banner.
This commit is contained in:
parent
9fb199ecf7
commit
b3d2c95474
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ ircd::cl::log_dev_info(const uint i,
|
|||
|
||||
log::info
|
||||
{
|
||||
log, "%s %u$mHz unit %u[%lu:%lu]%d dims %u[%u:%u:%u]",
|
||||
log, "%s %u$mHz unit %u$x[%lu:%lu]%d %u$d[%u$x%u$x%u]",
|
||||
string_view{head},
|
||||
info<uint>(clGetDeviceInfo, dev, CL_DEVICE_MAX_CLOCK_FREQUENCY, buf[0]),
|
||||
info<uint>(clGetDeviceInfo, dev, CL_DEVICE_MAX_COMPUTE_UNITS, buf[1]),
|
||||
|
|
Loading…
Reference in a new issue