Skip to content

Commit

Permalink
Fix Vulkan debug build error
Browse files Browse the repository at this point in the history
  • Loading branch information
0cc4m committed Jun 19, 2024
1 parent 0a321fc commit fad942b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml-vulkan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2037,7 +2037,7 @@ void ggml_vk_instance_init() {

static void ggml_vk_init(ggml_backend_vk_context * ctx, size_t idx) {
GGML_ASSERT(idx < vk_instance.device_indices.size());
VK_LOG_DEBUG("ggml_vk_init(" << ctx->name << ", " << dev_num << ")");
VK_LOG_DEBUG("ggml_vk_init(" << ctx->name << ", " << idx << ")");
ggml_vk_instance_init();

ctx->name = GGML_VK_NAME + std::to_string(idx);
Expand Down

0 comments on commit fad942b

Please sign in to comment.