Cebtenzzre and GitHub
d4b5e16c32
make : fix clang tests build, add missing examples ( #2859 )
...
* make : do not pass headers to the compiler
This fixes building tests with clang.
* make : add missing examples
* make : fix build-info.h dependencies
2023-08-29 11:42:41 +03:00
Cebtenzzre and GitHub
ebcee207b6
quantize : make output filename optional again ( #2823 )
...
* quantize : make output filename optional again
* quantize : fix path parsing on Windows
suggested by @slaren
2023-08-28 09:32:25 +03:00
Cebtenzzre and GitHub
741ca7dd1c
llama : move #includes out of _GNU_SOURCE conditional ( #2817 )
2023-08-26 21:17:51 +03:00
Cebtenzzre and GitHub
50526f37eb
llama : use std::abs in llama_sample_tail_free ( #2800 )
...
Plain 'abs' casts the input to int.
2023-08-26 19:53:52 +03:00
Cebtenzzre and GitHub
7c2227a197
chmod : make scripts executable ( #2675 )
2023-08-23 17:29:09 +03:00
Cebtenzzre and GitHub
182af739c4
server: regenerate completion.js.hpp ( #2515 )
2023-08-04 21:00:57 +02:00
Cebtenzzre and GitHub
4329d1acb0
CUDA: use min compute capability of GPUs actually used ( #2506 )
2023-08-04 17:35:22 +02:00
Cebtenzzre and GitHub
02f9d96a86
CUDA: check if event is NULL before cudaStreamWaitEvent ( #2505 )
...
Fixes #2503
2023-08-04 17:34:32 +02:00
Cebtenzzre and GitHub
6df1f5940f
make : build with -Wmissing-prototypes ( #2394 )
2023-07-26 21:00:04 +03:00