Commit 0656546
MBA-145: Update examples/pocs/common/tools CMakeLists.txt to C++23
- Updated target_compile_features from cxx_std_17 to cxx_std_23
- Updated 22 examples, 1 pocs, 1 common, and 15 tools CMakeLists.txt files
- Excluded src/CMakeLists.txt and ggml/src/CMakeLists.txt due to 'don't bump' comments
- Excluded ggml backend files to maintain core library compatibility
Co-Authored-By: Jaime Mizrachi <[email protected]>1 parent 661ae31 commit 0656546
File tree
39 files changed
+44
-44
lines changed- common
- examples
- batched
- convert-llama2c-to-ggml
- diffusion
- embedding
- eval-callback
- gen-docs
- gguf-hash
- gguf
- gritlm
- lookahead
- lookup
- model-conversion
- parallel
- passkey
- retrieval
- save-load-state
- simple-chat
- simple-cmake-pkg
- simple
- speculative-simple
- speculative
- sycl
- pocs/vdot
- tools
- batched-bench
- cvector-generator
- export-lora
- gguf-split
- imatrix
- llama-bench
- main
- mtmd
- perplexity
- quantize
- rpc
- run
- server
- tokenize
- tts
39 files changed
+44
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
0 commit comments