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 6fbaddf commit 358eb97Copy full SHA for 358eb97
ggml/src/ggml-vulkan/ggml-vulkan.cpp
@@ -5230,7 +5230,7 @@ static vk_matmul_pipeline ggml_vk_get_mul_mat_mat_id_pipeline(ggml_backend_vk_co
5230
if (src1_type == GGML_TYPE_Q8_1) {
5231
vk_matmul_pipeline pipelines = ctx->device->pipeline_dequant_mul_mat_mat_id_q8_1[src0_type].f32acc;
5232
5233
- if (pipelines->s == nullptr && pipelines->m == nullptr && pipelines->l == nullptr) {
+ if (pipelines->is_empty()) {
5234
return nullptr;
5235
}
5236
0 commit comments