metal : use F16 precision in FA kernels
ggml-ci
This commit is contained in:
parent
25e877309a
commit
7facc29d69
7 changed files with 476 additions and 333 deletions
|
@ -256,6 +256,9 @@ static ggml_type ggml_type_from_name(const std::string & s) {
|
|||
if (s == "f16") {
|
||||
return GGML_TYPE_F16;
|
||||
}
|
||||
if (s == "bf16") {
|
||||
return GGML_TYPE_BF16;
|
||||
}
|
||||
if (s == "q8_0") {
|
||||
return GGML_TYPE_Q8_0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue