Skip to content

Releases: flmath/llama.cpp

Release list

b6351

Choose a tag to compare

@github-actions github-actions released this 02 Sep 01:20
5d804a4
ggml-backend: raise GGML_MAX_SPLIT_INPUTS (#15722)

b5113

Choose a tag to compare

@github-actions github-actions released this 11 Apr 09:43
fccf9ca
SYCL: Add fp16 type support to unary op kernels (#12788)

* SYCL: Add fp16 support to some elementwise OP kernels

* remove comment

ggml-ci

* Use static_cast directly

* remove not needed cast from tanh

* Use static cast and remove unneeded castings

* Adjust device_support_op for unary OPs

* Use cast_data and typed_data struct to deduplicate casting code