any_pascal fixup
This commit is contained in:
parent
b1f6fab684
commit
a3a46580f7
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue