Change8

b8980

📦 llama-cppView on GitHub →
3 features🐛 2 fixes🔧 3 symbols

Summary

This release enhances the hexagon backend by making vmem size configurable, adding vmem space measurement, and fixing related scripts. It also provides numerous pre-built binaries for diverse hardware and software stacks.

Migration Steps

  1. If necessary, configure the max vmem size for the hexagon backend.

✨ New Features

  • The hexagon backend now allows the host to set the maximum virtual memory (vmem) size, defaulting to a sane value.
  • Added support for measuring vmem space and moved pinned mmaping management to the host in the hexagon backend.
  • Added support for autodetecting vmem space in the hexagon backend.

🐛 Bug Fixes

  • Fixed whitespace warnings in the hexagon backend.
  • Fixed the run-completion script in hex-adb.

Affected Symbols