Skip to content

Commit e004fe9

Browse files
committed
remove ifdef
1 parent 89c1f62 commit e004fe9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ggml/src/ggml-vulkan/ggml-vulkan.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4505,9 +4505,7 @@ static vk_pipeline ggml_vk_guess_matmul_pipeline(ggml_backend_vk_context * ctx,
45054505
}
45064506
return aligned ? mmp->a_l : mmp->l;
45074507

4508-
#ifndef GGML_VULKAN_DEBUG
45094508
GGML_UNUSED(src1_type);
4510-
#endif
45114509
}
45124510

45134511
static uint32_t ggml_vk_guess_matmul_pipeline_align(ggml_backend_vk_context * ctx, vk_matmul_pipeline& mmp, int m, int n, ggml_type src0_type, ggml_type src1_type) {

0 commit comments

Comments
 (0)