]> git.djapps.eu Git - pkg/ggml/sources/ggml/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)
committerGeorgi Gerganov <redacted>
Mon, 31 Mar 2025 11:02:46 +0000 (14:02 +0300)
commitac56eea628a63a924e02ce8c043dba22da376b9e
tree7226d0ce106ef5620273e8f38f155e2743f06c9b
parent26cc855fe21ba6e30fae15e314ee105b30ae2372
musa: fix all warnings, re-enable `-DLLAMA_FATAL_WARNINGS=ON` in ci and update doc (llama/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>
18 files changed:
src/ggml-common.h
src/ggml-cuda/common.cuh
src/ggml-cuda/concat.cu
src/ggml-cuda/conv-transpose-1d.cu
src/ggml-cuda/convert.cu
src/ggml-cuda/fattn-common.cuh
src/ggml-cuda/fattn-mma-f16.cuh
src/ggml-cuda/fattn-tile-f16.cu
src/ggml-cuda/fattn-tile-f32.cu
src/ggml-cuda/fattn-vec-f16.cuh
src/ggml-cuda/fattn-vec-f32.cuh
src/ggml-cuda/fattn-wmma-f16.cu
src/ggml-cuda/mma.cuh
src/ggml-cuda/mmq.cuh
src/ggml-cuda/mmv.cu
src/ggml-cuda/mmvq.cu
src/ggml-cuda/pad.cu
src/ggml-cuda/upscale.cu