You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build fails now with binary-ops.cpp: error: invalid conversion from 'void (*)(float*, vDSP_Stride, float*, vDSP_Stride, float*, vDSP_Stride, vDSP_Length)' {aka 'void (*)(float*, long int, float*, long int, float*, long int, long unsigned int)'} to 'vDSP_fn_t' {aka 'void (*)(const float*, long int, const float*, long int, float*, long int, long unsigned int)'}, at least when building against Accelerate backend.
Git commit
7a84777
Operating systems
Mac
GGML backends
BLAS
Problem description & steps to reproduce
Build fails now with
binary-ops.cpp: error: invalid conversion from 'void (*)(float*, vDSP_Stride, float*, vDSP_Stride, float*, vDSP_Stride, vDSP_Length)' {aka 'void (*)(float*, long int, float*, long int, float*, long int, long unsigned int)'} to 'vDSP_fn_t' {aka 'void (*)(const float*, long int, const float*, long int, float*, long int, long unsigned int)'}
, at least when building against Accelerate backend.First Bad Commit
No response
Compile command
Relevant log output
The text was updated successfully, but these errors were encountered: