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
I found in ggml/src/ggml-cpu/CMakeLists.txt, files like ggml-cpu/quants.c and so on are appended into the list and use -march and -mabi for the whole list, however, when i want to include <riscv_vector.h> in ggml-cpu/quants.c, i get error. So my question is how can I use rvv in files like ggml-cpu/quants.c
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I found in ggml/src/ggml-cpu/CMakeLists.txt, files like ggml-cpu/quants.c and so on are appended into the list and use -march and -mabi for the whole list, however, when i want to include <riscv_vector.h> in ggml-cpu/quants.c, i get error. So my question is how can I use rvv in files like ggml-cpu/quants.c
Beta Was this translation helpful? Give feedback.
All reactions