Commit 8b38e72
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
152 | 158 | | |
153 | 159 | | |
154 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
411 | 425 | | |
412 | 426 | | |
413 | 427 | | |
| |||
1922 | 1936 | | |
1923 | 1937 | | |
1924 | 1938 | | |
| 1939 | + | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
1925 | 1954 | | |
1926 | 1955 | | |
1927 | 1956 | | |
| |||
- common/arg.cpp+10-8
- docs/backend/OPENCL.md+51-39
- ggml/src/ggml-common.h+3-2
- ggml/src/ggml-cpu/arch-fallback.h-1
- ggml/src/ggml-cpu/arch/x86/quants.c+142-4
- ggml/src/ggml-cpu/ggml-cpu.c+8
- ggml/src/ggml-cpu/simd-mappings.h+11
- ggml/src/ggml-cuda/fattn-common.cuh+9-5
- ggml/src/ggml-hexagon/CMakeLists.txt-1
- ggml/src/ggml-hexagon/ggml-hexagon.cpp+221-26
- ggml/src/ggml-hexagon/htp-opnode.h+13-1
- ggml/src/ggml-hexagon/htp/CMakeLists.txt+2-7
- ggml/src/ggml-hexagon/htp/flash-attn-ops.c+1.8k-399
- ggml/src/ggml-hexagon/htp/flash-attn-ops.h+253
- ggml/src/ggml-hexagon/htp/hex-dma.h+15-15
- ggml/src/ggml-hexagon/htp/hmx-fa-kernels.h+96
- ggml/src/ggml-hexagon/htp/hmx-flash-attn-ops.c-1.8k
- ggml/src/ggml-hexagon/htp/hmx-mm-kernels-tiled.h+40-5
- ggml/src/ggml-hexagon/htp/hmx-utils.h+37-37
- ggml/src/ggml-hexagon/htp/htp-ops.h+6
- ggml/src/ggml-hexagon/htp/hvx-base.h+1-12
- ggml/src/ggml-hexagon/htp/hvx-exp.h+39
- ggml/src/ggml-hexagon/htp/hvx-fa-kernels.h+232
- ggml/src/ggml-hexagon/htp/hvx-mm-kernels-flat.h+512-25
- ggml/src/ggml-hexagon/htp/hvx-mm-kernels-tiled.h+85-25
- ggml/src/ggml-hexagon/htp/hvx-sigmoid.h+39
- ggml/src/ggml-hexagon/htp/main.c+1
- ggml/src/ggml-hexagon/htp/matmul-ops.c+387-595
- ggml/src/ggml-hexagon/htp/matmul-ops.h+19-32
- ggml/src/ggml-opencl/CMakeLists.txt+10
- ggml/src/ggml-opencl/ggml-opencl.cpp+930-10
- ggml/src/ggml-opencl/kernels/cvt.cl+46
- ggml/src/ggml-opencl/kernels/gemm_noshuffle_q1_0_f32.cl+94
- ggml/src/ggml-opencl/kernels/gemv_noshuffle_q1_0_f32.cl+121
- ggml/src/ggml-opencl/kernels/mul_mm_q1_0_f32_l4_lm.cl+156
- ggml/src/ggml-opencl/kernels/mul_mv_q1_0_f32.cl+141
- ggml/src/ggml-opencl/kernels/mul_mv_q1_0_f32_flat.cl+190
- ggml/src/ggml-opencl/libdl.h+79
- include/llama.h+6
- scripts/snapdragon/adb/run-completion.sh+4-1
- scripts/snapdragon/adb/run-tool.sh+4-1
- scripts/snapdragon/ggml-hexagon-profile.py+6
- src/llama-model-loader.cpp+47-45
- src/llama-model.cpp+12
- src/llama-model.h+2
- tools/cli/cli.cpp+3
- tools/server/server-context.cpp+4
- tools/server/server-context.h+1
- tools/ui/src/lib/components/app/chat/ChatMessages/ChatMessage/ChatMessage.svelte+1-1
- tools/ui/src/lib/constants/pwa.ts+10-7
- tools/ui/src/lib/stores/chat.svelte.ts+29-8
- tools/ui/tests/e2e/pwa.e2e.ts+4-1
- tools/ui/tests/unit/pwa.spec.ts+4-2
0 commit comments