ggml : riscv: add xtheadvector support (#13720)
* ggml : riscv: add xtheadvector support * ggml : clean up some macro usage
This commit is contained in:
parent
bc583e3c63
commit
05f6ac6283
6 changed files with 455 additions and 35 deletions
|
@ -129,6 +129,7 @@ option(GGML_LASX "ggml: enable lasx" ON)
|
|||
option(GGML_LSX "ggml: enable lsx" ON)
|
||||
option(GGML_RVV "ggml: enable rvv" ON)
|
||||
option(GGML_RV_ZFH "ggml: enable riscv zfh" OFF)
|
||||
option(GGML_XTHEADVECTOR "ggml: enable xtheadvector" OFF)
|
||||
option(GGML_VXE "ggml: enable vxe" ON)
|
||||
|
||||
option(GGML_CPU_ALL_VARIANTS "ggml: build all variants of the CPU backend (requires GGML_BACKEND_DL)" OFF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue