]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
musa: fix all warnings, re-enable `-DLLAMA_FATAL_WARNINGS=ON` in ci and update doc...
authorR0CKSTAR <redacted>
Sun, 30 Mar 2025 08:59:38 +0000 (16:59 +0800)
committerGitHub <redacted>
Sun, 30 Mar 2025 08:59:38 +0000 (10:59 +0200)
commit492d7f1ff77e116e44962b832cc3db24cfc46d24
treee9549d2a436b75f3ddce7845d8e64b80146f4a92
parentd3f1f0acfbf8aaafd2ce494309a10a7cc92042c8
musa: fix all warnings, re-enable `-DLLAMA_FATAL_WARNINGS=ON` in ci and update doc (#12611)

* musa: fix all warnings

Signed-off-by: Xiaodong Ye <redacted>
* musa: enable -DLLAMA_FATAL_WARNINGS=ON in run.sh

Signed-off-by: Xiaodong Ye <redacted>
* musa: update ci doc (install ccache)

Signed-off-by: Xiaodong Ye <redacted>
* fix Windows build issue

Signed-off-by: Xiaodong Ye <redacted>
* Address review comments

Signed-off-by: Xiaodong Ye <redacted>
* Address review comments

Signed-off-by: Xiaodong Ye <redacted>
---------

Signed-off-by: Xiaodong Ye <redacted>
20 files changed:
ci/README.md
ci/run.sh
ggml/src/ggml-common.h
ggml/src/ggml-cuda/common.cuh
ggml/src/ggml-cuda/concat.cu
ggml/src/ggml-cuda/conv-transpose-1d.cu
ggml/src/ggml-cuda/convert.cu
ggml/src/ggml-cuda/fattn-common.cuh
ggml/src/ggml-cuda/fattn-mma-f16.cuh
ggml/src/ggml-cuda/fattn-tile-f16.cu
ggml/src/ggml-cuda/fattn-tile-f32.cu
ggml/src/ggml-cuda/fattn-vec-f16.cuh
ggml/src/ggml-cuda/fattn-vec-f32.cuh
ggml/src/ggml-cuda/fattn-wmma-f16.cu
ggml/src/ggml-cuda/mma.cuh
ggml/src/ggml-cuda/mmq.cuh
ggml/src/ggml-cuda/mmv.cu
ggml/src/ggml-cuda/mmvq.cu
ggml/src/ggml-cuda/pad.cu
ggml/src/ggml-cuda/upscale.cu