Skip to content

Releases: CodeLinaro/llama.cpp

fix-win-artifacts-b2897-e910cea

16 May 05:11

Choose a tag to compare

ci: fix bin/Release path for windows-arm64 builds

Switch to Ninja Multi-Config CMake generator to resurect bin/Release path
that broke artifact packaging in CI.

b2894

15 May 21:09
e1b40ac

Choose a tag to compare

ggml : use dynamic thread scheduling for matrix multiplication (#6915)

* Just reordering some structs.

* Adding in the calls to mm_pause

* Passing around the state

* Renaming and moving a bunch of variables around.

* Extracting the logic to it's own function.

* Moving some variable definitions into the chunk function.

* Moving some variables around

* moving src1_cont inside

* Moving row_size

* adding the current_chunk

* Reorg the code.

* Formatting to match the orig patch

* starting to setup the chunking variables

* Starting the buildup of the loop

* The yield shouldn't be necessary.

* adding the looping structure based on the chunk configuration.

* Add in the re-chunking code.

* Making it much more likely to rechunk.

* disable resizing if numa is enabled.

* Updating comments with what we've learned.

* Fix formatting

* Couple more formatting fixes.

* More style fixes.

* Fix Warnings

* Going with unused because there's conditional logic that needs it.

* Update ggml.c

* Update ggml.c

---------

b2886

14 May 22:53
9f77348

Choose a tag to compare

script : sync ggml-rpc

b2866

13 May 03:29
b1f8af1

Choose a tag to compare

convert.py: Outfile default name change and additional metadata suppo…