@ -20753,6 +20753,14 @@ int ggml_cpu_has_arm_fma(void) {
#endif
}
intggml_cpu_has_metal(void){
#if defined(GGML_USE_METAL)
return1;
#else
return0;
#endif
}
intggml_cpu_has_f16c(void){
#if defined(__F16C__)
return1;
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.