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 ddf7e6a commit 801d6bdCopy full SHA for 801d6bd
ggml/src/ggml-vulkan/ggml-vulkan.cpp
@@ -3136,7 +3136,9 @@ static void ggml_vk_print_gpu_info(size_t idx) {
3136
&& shader_integer_dot_product_features.shaderIntegerDotProduct;
3137
3138
coopmat_support = coopmat_support
3139
+#if defined(GGML_VULKAN_COOPMAT_GLSLC_SUPPORT)
3140
&& coopmat_features.cooperativeMatrix
3141
+#endif
3142
&& ggml_vk_khr_cooperative_matrix_support(props2.properties, driver_props, device_architecture);
3143
3144
std::string matrix_cores = coopmat2_support ? "NV_coopmat2" : coopmat_support ? "KHR_coopmat" : "none";
0 commit comments