]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
riscv : modify Makefile and add a RISCV_VECT to print log info (#9442)
authorAhmad Tameem <redacted>
Thu, 12 Sep 2024 11:24:31 +0000 (16:24 +0500)
committerGitHub <redacted>
Thu, 12 Sep 2024 11:24:31 +0000 (14:24 +0300)
commit2b00fa799773cc75d53b841c03d21d7468a1e3a1
tree80163e79e53c0f28c6f5c485fdee8d453dc97663
parentd6a04f872dea8ade92527bb1488d4b0b90cc49f0
riscv : modify Makefile and add a RISCV_VECT to print log info (#9442)

- Added ggml_cpu_has_riscv_v() in GGML to print system info in log
- Modified Makefile to only use flag when cross compiling for RISC-V
Makefile
common/common.cpp
ggml/include/ggml.h
ggml/src/ggml.c
src/llama.cpp