Skip to content

Commit 2717f2e

Browse files
committed
Remove unnecessary #ifdef directive
1 parent 573284f commit 2717f2e

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
@@ -2574,11 +2574,9 @@ static void ggml_vk_print_gpu_info(size_t idx) {
25742574
}
25752575
}
25762576

2577-
#if defined(GGML_VULKAN_COOPMAT_GLSLC_SUPPORT)
25782577
if (!ggml_vk_khr_cooperative_matrix_support(props2.properties, driver_props)) {
25792578
coopmat_support = false;
25802579
}
2581-
#endif
25822580

25832581
const char* GGML_VK_DISABLE_F16 = getenv("GGML_VK_DISABLE_F16");
25842582
bool force_disable_f16 = GGML_VK_DISABLE_F16 != nullptr;

0 commit comments

Comments
 (0)