Thanassis Tsiodras

Results 14 comments of Thanassis Tsiodras

Just one more note: in GCC land, you can ask the compiler to emit instruction-set-specific versions of the functions, and dispatch appropriately at run-time, based on the machine we run...

In order for you to have more information on the autoconf/automake decision, I just pushed a few commits - you can try it out and decide for yourself. - For...

...and if I comment out the BLAS stuff, and use just this change: CFLAGS = -I. -O3 -std=c11 -fPIC -Ofast -march=native CXXFLAGS = -I. -I./examples -O3 -std=c++11 -fPIC -Ofast -march=native...

Merge request: https://github.com/ggerganov/whisper.cpp/pull/252