]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
ggml-cpu: Add IME2 Instruction Support for the SpacemiT Backend (#22863)
authoralex-spacemit <redacted>
Thu, 14 May 2026 09:39:30 +0000 (17:39 +0800)
committerGitHub <redacted>
Thu, 14 May 2026 09:39:30 +0000 (17:39 +0800)
commit81b0d882ae7fcd3118920ff26c5213abecbc8c08
treee0f7162c44bfc5d9e4ea4ba6fceac1e8addf581c
parent0f45f1a35cddd6e8fec2aa216cc11b2345205edd
ggml-cpu: Add IME2 Instruction Support for the SpacemiT Backend (#22863)
21 files changed:
.github/workflows/build-cross.yml
cmake/riscv64-spacemit-linux-gnu-gcc.cmake
docs/build-riscv64-spacemit.md
ggml/src/ggml-cpu/CMakeLists.txt
ggml/src/ggml-cpu/cmake/FindSMTIME.cmake [new file with mode: 0644]
ggml/src/ggml-cpu/ggml-cpu.c
ggml/src/ggml-cpu/spacemit/ime.cpp
ggml/src/ggml-cpu/spacemit/ime.h
ggml/src/ggml-cpu/spacemit/ime1_kernels.cpp
ggml/src/ggml-cpu/spacemit/ime2_kernels.cpp [new file with mode: 0644]
ggml/src/ggml-cpu/spacemit/ime_env.cpp [new file with mode: 0644]
ggml/src/ggml-cpu/spacemit/ime_env.h [new file with mode: 0644]
ggml/src/ggml-cpu/spacemit/ime_kernels.h
ggml/src/ggml-cpu/spacemit/repack.cpp [new file with mode: 0644]
ggml/src/ggml-cpu/spacemit/repack.h [new file with mode: 0644]
ggml/src/ggml-cpu/spacemit/rvv_kernels.cpp [new file with mode: 0644]
ggml/src/ggml-cpu/spacemit/rvv_kernels.h [new file with mode: 0644]
ggml/src/ggml-cpu/spacemit/spine_barrier.h [new file with mode: 0644]
ggml/src/ggml-cpu/spacemit/spine_mem_pool.cpp [new file with mode: 0644]
ggml/src/ggml-cpu/spacemit/spine_mem_pool.h [new file with mode: 0644]
ggml/src/ggml-cpu/spacemit/spine_tcm.h [new file with mode: 0644]