llama.cpp Pull Request Adds `get_rows_back` Operation with fp32/fp16 Support
English summary
A pull request to the llama.cpp project introduces the `get_rows_back` operator. The implementation currently only supports fp32 and fp16 data types, as these are supported by the CPU backend. All related unit tests are passing.
Chinese summary
一项针对 llama.cpp 项目的合并请求引入了 `get_rows_back` 运算符。由于 CPU 后端支持 fp32 和 fp16,该实现目前仅支持这两种数据类型。所有相关的单元测试均已通过。
Key points
Added support for `get_rows_back` operator in llama.cpp CPU backend.
在 llama.cpp CPU 后端中添加了对 `get_rows_back` 运算符的支持。
Only fp32 and fp16 data types are currently supported.
目前仅支持 fp32 和 fp16 数据类型。
All related unit test cases pass.
所有相关的单元测试用例均已通过。