b8074
📦 llama-cppView on GitHub →
✨ 1 features🔧 3 symbols
Summary
This release promotes `ggml_is_view` to a public API and renames an internal helper function from `ggml_aux_is_view` to `ggml_impl_is_view`.
Migration Steps
- Internal code relying on the previous name for the inline view check should update from `ggml_aux_is_view` to `ggml_impl_is_view`.
✨ New Features
- Exposed `ggml_is_view` as a public API function.