Commit 824565a
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
- common/chat-auto-parser-generator.cpp+2-3
- common/chat-diff-analyzer.cpp+3-4
- common/chat-peg-parser.cpp+1-1
- common/peg-parser.cpp+10-15
- docs/ops.md+2-1
- docs/ops/SYCL.csv+227-84
- examples/sycl/build.sh+35-5
- examples/sycl/win-build-sycl.bat+25-6
- ggml/src/ggml-cpu/arch-fallback.h-1
- ggml/src/ggml-cuda/ggml-cuda.cu+2-1
- ggml/src/ggml-metal/ggml-metal.metal+3
- ggml/src/ggml-sycl/common.cpp+2-4
- ggml/src/ggml-sycl/common.hpp+3
- ggml/src/ggml-sycl/cpy.hpp+281
- ggml/src/ggml-sycl/dmmv.cpp+328-343
- ggml/src/ggml-sycl/ggml-sycl.cpp+53-147
- ggml/src/ggml-sycl/mmvq.cpp+63-67
- ggml/src/ggml-sycl/pool.cpp+185
- ggml/src/ggml-sycl/pool.hpp+22
- ggml/src/ggml-sycl/presets.hpp+1
- ggml/src/ggml-sycl/set_rows.cpp+10-2
- ggml/src/ggml-sycl/softmax.cpp+7-8
- tests/test-backend-ops.cpp+1
- tests/test-chat-auto-parser.cpp+3-4
- tests/test-chat.cpp+39-4
- tools/ui/package-lock.json+4-3
- tools/ui/package.json+1
- tools/ui/src/lib/components/app/content/MarkdownContent/MarkdownContent.svelte+159-10
- tools/ui/src/lib/components/app/content/MarkdownContent/markdown-content.css+35-15
- tools/ui/src/lib/components/app/content/MarkdownContent/markdown-handlers.ts+9-6
- tools/ui/src/lib/components/app/content/MarkdownContent/plugins/rehype/enhance-mermaid-blocks.ts+18-9
- tools/ui/src/lib/components/app/content/MarkdownContent/plugins/rehype/enhance-svg-blocks.ts+80
- tools/ui/src/lib/components/app/content/MarkdownContent/plugins/rehype/mermaid-pre.ts+4-64
- tools/ui/src/lib/components/app/content/MarkdownContent/plugins/rehype/pre-transform.ts+79
- tools/ui/src/lib/components/app/content/MarkdownContent/plugins/rehype/svg-pre.ts+13
- tools/ui/src/lib/components/app/content/MermaidPreview.svelte+10-15
- tools/ui/src/lib/constants/index.ts+1
- tools/ui/src/lib/constants/mermaid-blocks.ts+7
- tools/ui/src/lib/constants/svg-blocks.ts+49
- tools/ui/src/lib/utils/sanitize-svg.ts+22
- tools/ui/src/lib/utils/svg-shadow.ts+10
0 commit comments