Skip to content

Commit 26fcb2a

Browse files
committed
fix: bug
1 parent 96987c0 commit 26fcb2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama/gpuInfo/vulkan-gpu-info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ static bool enumerateVulkanDevices(size_t* total, size_t* used, size_t* unifiedM
7171
vkGetPhysicalDeviceFeatures2(physicalDevice, &device_features2);
7272

7373
if (!vk11_features.storageBuffer16BitAccess) {
74-
checkSupported = false;
74+
*checkSupported = false;
7575
}
7676
}
7777
}

0 commit comments

Comments
 (0)