Change8

b9647

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

Summary

This release introduces SYCL support for pool_1d operations and refactors pooling code into dedicated files. Various pre-built binaries for different operating systems and hardware accelerators are also provided.

Migration Steps

  1. Update documentation by reviewing ops.md for changes related to pooling operations.

✨ New Features

  • Added support for pool_1d operation in SYCL backend.
  • Moved pool_1d/2d implementation code to pool.cpp/hpp for better organization.

Affected Symbols