The llama.cpp b11080 release updates the test backend operations to support regular expressions in the `-o` filter, allowing pattern matching for op names while preserving exact matches for plain names. It also modifies the `cont` tool to stop printing Fast Attention vector slice logs when they are not needed.

  • The `-o` filter now treats non-plain entries as regexes (e.g., "MUL_MAT.*") against op names, while plain names like "ADD" remain exact matches.
  • The help text for `tests/test-backend-ops` has been reformatted with separate sections for modes, options, and examples.
  • macOS, Linux, Windows, Android, and iOS binaries are provided for CPU, CUDA, ROCm, Vulkan, OpenVINO, and SYCL backends.

This release provides updated binaries across multiple platforms and improves test filtering flexibility.