3 files changed
+11
-8
lines changed- examples/CMakeLists.txt+2
- examples/common-ggml.cpp+6
- examples/common.cpp+18
- examples/common.h+3
- examples/magika/CMakeLists.txt+21
- examples/magika/README.md+23
- examples/magika/convert.py+32
- examples/magika/main.cpp+371
- examples/mnist/README.md+1-1
- examples/simple/CMakeLists.txt+21
- examples/simple/README.md+25
- examples/simple/simple-backend.cpp+216
- examples/simple/simple-ctx.cpp+126
- examples/whisper/whisper.cpp+14
- include/ggml/ggml.h+25-19
- scripts/sync-llama.last+1-1
- scripts/sync-whisper.last+1-1
- src/ggml-cuda.cu+755-127
- src/ggml-metal.m+89-14
- src/ggml-metal.metal+1.0k-38
- src/ggml-opencl.cpp+25-25
- src/ggml-quants.c+1.9k-218
- src/ggml-quants.h+52
- src/ggml-sycl.cpp+241-157
- src/ggml-vulkan.cpp+51-51
- src/ggml.c+316-197
- tests/test-backend-ops.cpp+4-4
- tests/test-opt.cpp+1-1
- tests/test-quantize-fns.cpp+5-1
- tests/test2.c+6-6
- tests/test3.c+3-3
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
846 | 846 |
| |
847 | 847 |
| |
848 | 848 |
| |
849 |
| - | |
| 849 | + | |
850 | 850 |
| |
851 | 851 |
| |
852 | 852 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
| 79 | + | |
| 80 | + | |
| 81 | + | |
79 | 82 |
| |
80 | 83 |
| |
81 | 84 |
| |
|
0 commit comments