fix build with external fmtlib (v10)
Co-authored-by: ToKiNoBug <tokinobug@163.com>
This commit is contained in:
parent
a8cac53207
commit
c438c16896
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ Manager::createDevice(const std::vector<uint32_t>& familyQueueIndices,
|
||||||
|
|
||||||
KP_LOG_INFO("Using physical device index {} found {}",
|
KP_LOG_INFO("Using physical device index {} found {}",
|
||||||
physicalDeviceIndex,
|
physicalDeviceIndex,
|
||||||
physicalDeviceProperties.deviceName);
|
physicalDeviceProperties.deviceName.data());
|
||||||
|
|
||||||
if (familyQueueIndices.empty()) {
|
if (familyQueueIndices.empty()) {
|
||||||
// Find compute queue
|
// Find compute queue
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue