We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4048f commit 41eb510Copy full SHA for 41eb510
llama/gpuInfo/vulkan-gpu-info.cpp
@@ -62,8 +62,8 @@ static std::vector<vk::PhysicalDevice> dedupedDevices() {
62
oldDevice->getProperties2(&oldProps);
63
64
std::map<vk::DriverId, int> driverPriorities {};
65
- int oldPriority = std::numeric_limits<int>::max();
66
- int newPriority = std::numeric_limits<int>::max();
+ int oldPriority = 1000;
+ int newPriority = 1000;
67
68
switch (oldProps.properties.vendorID) {
69
case VK_VENDOR_ID_AMD:
0 commit comments