Niklas Wenzel and Max Krasnyansky
3e7344670a
Revert "common: share thread pools when n_threads differ ( #27138 )" ( #27337 )
...
* Revert "common: share thread pools when `n_threads` differ (#27138 )"
This reverts commit 04b569142d .
Co-authored-by: Max Krasnyansky <maxk@qti.qualcomm.com >
* common: add comment about inability to share threadpool
---------
Co-authored-by: Max Krasnyansky <maxk@qti.qualcomm.com >
2026-08-19 18:05:48 +03:00
Niklas Wenzel
04b569142d
common: share thread pools when n_threads differ ( #27138 )
2026-08-18 16:23:43 +02:00
Niklas Wenzel
a94d563ed8
common: apply CPU parameters across tools ( #27026 )
2026-08-13 20:40:59 +02:00
Niklas Wenzel
2468576f24
requirements: use stable torch packages on s390x ( #26864 )
2026-08-11 21:58:53 +08:00
Niklas Wenzel
34e9ee57f5
ui: set npm min-release-age to protect against supply-chain attacks ( #26711 )
...
* ui: set npm `min-release-age` to protect against supply-chain attacks
* ui: bump to 7 days
2026-08-07 14:53:51 +02:00
Niklas Wenzel
d8d9887228
ci: abort if build requirements are missing ( #26368 )
...
1. Abort CI if build requirements are missing.
2. Add check to make sure Git LFS has been configured.
3. Add trailing newlines to log messages.
2026-08-07 07:50:48 +03:00
Niklas Wenzel
360e1349f0
tests: re-enable MiniMax M3 in test-llama-archs ( #26633 )
2026-08-05 17:58:34 +02:00
Niklas Wenzel
d52ec04a66
build : remove GGML_METAL_USE_BF16 from all build scripts ( #26604 )
2026-08-05 10:44:34 +02:00
Niklas Wenzel
6b5224cfcc
ci: fix pre-built binaries no longer working on macOS 15 and below ( #26375 )
...
* ci: fix pre-built binaries no longer working on macOS 15 and below
* ci: add macOS deployment target to disabled KleidiAI build
2026-08-04 15:03:38 +02:00
Niklas Wenzel and YiChen Lv
d0bfb19812
metal: fix memory unwire if model is freed without any GPU operations ( #26082 )
...
* metal: fix memory leak if model is freed without any GPU operations
* metal: run dummy work only if residency sets are used
* metal: wrap function in #if defined
* metal: measure system-wide wired memory in test
* metal: always build regression test
Co-authored-by: YiChen Lv <63285796+forforever73@users.noreply.github.com >
---------
Co-authored-by: YiChen Lv <63285796+forforever73@users.noreply.github.com >
2026-07-30 11:11:27 +03:00
Niklas Wenzel
e0833bf686
mtmd: use RAII for setting and resetting non-causal attention ( #25723 )
...
* mtmd: use RAII for setting and resetting non-causal attention
* mtmd: drop dependency on <optional>
* mtmd: shorten class and variable names
2026-07-22 18:10:03 +02:00