any_pascal fixup

This commit is contained in:
JohannesGaessler 2024-02-11 19:04:00 +01:00
parent b1f6fab684
commit a3a46580f7

View file

@ -9933,6 +9933,7 @@ static void ggml_cuda_mul_mat(const ggml_tensor * src0, const ggml_tensor * src1
}
} else {
min_compute_capability = g_device_caps[g_main_device].cc;
any_pascal_with_slow_fp16 = g_device_caps[g_main_device].cc == 610;
}
// check data types and tensor shapes for custom matrix multiplication kernels: