sycl: support reordered Q4_K/Q5_K/Q6_K MoE MUL_MAT_ID
The sycl update extends support for reordered expert tensor handling in MoE MUL_MAT_ID to Q4_K, Q5_K, and Q6_K. Unsupported 3D reorder cases now fallback instead of aborting.
The sycl update extends support for reordered expert tensor handling in MoE MUL_MAT_ID to Q4_K, Q5_K, and Q6_K. Unsupported 3D reorder cases now fallback instead of aborting.
The llama.cpp release b9661 adds GGML_OP_COL2IM_1D support for Vulkan, using a bounded gather loop instead of full-K scan with modulo. It returns nullptr for unsupported types and includes builds for macOS, Linux, Android, Windows, and openEuler across CPU, Vulkan, CUDA, and SYCL.
Microsoft CEO Satya Nadella introduces 'Loopcraft' as a new theory of the firm, emphasizing that the real opportunity in AI lies not in selecting the best model, but in building learning loops that compound human and token capital. He asserts that the priority must be creating frontier ecosystems where every organization can own and grow its institutional knowledge, enabling broad value flow across industries and countries.
Simon Willison configured Cloudflare's CAPTCHA to activate only for search queries containing at least one ampersand. The rule uses a custom filter: (http.request.uri.path wildcard r"/search/*" and http.request.uri.query contains "&"). This allows simple searches like /search/?q=lemur to pass without CAPTCHA.