2 files changed
+8
-10
lines changed- .editorconfig+19
- .github/workflows/ci.yml+23-1
- .gitignore+12-2
- CMakeLists.txt+26
- README.md+4
- ci/run.sh+260
- examples/common.cpp+26-18
- examples/gpt-neox/README.md+4-4
- examples/mnist/README.md+6-1
- examples/mnist/main-cpu.cpp+4-2
- examples/mnist/main-mtl.m+31-19
- examples/mnist/main.cpp+3
- examples/starcoder/main.cpp-1
- examples/starcoder/starcoder-mmap.cpp+21-19
- include/ggml/ggml.h+202-45
- scripts/sync-llama.sh+2-2
- src/CMakeLists.txt+54-2
- src/ggml-cuda.cu+2.5k-411
- src/ggml-cuda.h+1
- src/ggml-metal.h+7
- src/ggml-metal.m+266-108
- src/ggml-metal.metal+609-509
- src/ggml.c+1.2k-1.2k
- tests/CMakeLists.txt+50-20
- tests/test-customop.c+223
- tests/test-grad0.cpp+408-99
- tests/test-opt.cpp+11-10
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1182 | 1182 | | |
1183 | 1183 | | |
1184 | 1184 | | |
1185 | | - | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
1186 | 1190 | | |
1187 | 1191 | | |
1188 | 1192 | | |
| |||
1213 | 1217 | | |
1214 | 1218 | | |
1215 | 1219 | | |
1216 | | - | |
| 1220 | + | |
1217 | 1221 | | |
1218 | 1222 | | |
1219 | 1223 | | |
| |||
2684 | 2688 | | |
2685 | 2689 | | |
2686 | 2690 | | |
2687 | | - | |
2688 | | - | |
2689 | | - | |
2690 | | - | |
2691 | | - | |
2692 | | - | |
2693 | | - | |
| 2691 | + | |
2694 | 2692 | | |
2695 | 2693 | | |
2696 | 2694 | | |
| |||
0 commit comments