Revert "rturn Vulkan for vulkan library"

This reverts commit 690461a12f.
This commit is contained in:
Inforithmics 2025-10-05 20:38:07 +02:00
parent 690461a12f
commit 3f38cdb590
2 changed files with 0 additions and 2 deletions

View File

@ -88,7 +88,6 @@ index 061cd078..adea7783 100644
ctx->is_integrated_gpu = ggml_backend_vk_get_device_type(i) == vk::PhysicalDeviceType::eIntegratedGpu;
ctx->pci_bus_id = ggml_backend_vk_get_device_pci_id(i);
+ ctx->id = ggml_backend_vk_get_device_id(i);
+ ctx->library = GGML_VK_NAME;
devices.push_back(new ggml_backend_device {
/* .iface = */ ggml_backend_vk_device_i,
/* .reg = */ reg,

View File

@ -13002,7 +13002,6 @@ static ggml_backend_dev_t ggml_backend_vk_reg_get_device(ggml_backend_reg_t reg,
ctx->is_integrated_gpu = ggml_backend_vk_get_device_type(i) == vk::PhysicalDeviceType::eIntegratedGpu;
ctx->pci_bus_id = ggml_backend_vk_get_device_pci_id(i);
ctx->id = ggml_backend_vk_get_device_id(i);
ctx->library = GGML_VK_NAME;
devices.push_back(new ggml_backend_device {
/* .iface = */ ggml_backend_vk_device_i,
/* .reg = */ reg,