@ -8289,6 +8289,14 @@ int ggml_cpu_has_neon(void) {
#endif
}
intggml_cpu_has_f16c(void){
#if defined(__F16C__)
return1;
#else
return0;
#endif
}
intggml_cpu_has_fp16_va(void){
#if defined(__ARM_FEATURE_FP16_VECTOR_ARITHMETIC)
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.