* compare-commits.sh: support both llama-bench and test-backend-ops
Signed-off-by: Xiaodong Ye <[email protected]>
* Speed up the build by specifying -j 12
Signed-off-by: Xiaodong Ye <[email protected]>
* Remove build_number from test-backend-ops db
Signed-off-by: Xiaodong Ye <[email protected]>
* Apply suggestion from @JohannesGaessler
Co-authored-by: Johannes Gäßler <[email protected]>
* Refine tool selection logic
Signed-off-by: Xiaodong Ye <[email protected]>
* Address review comments
Signed-off-by: Xiaodong Ye <[email protected]>
---------
Signed-off-by: Xiaodong Ye <[email protected]>
Signed-off-by: Xiaodong Ye <[email protected]>
Co-authored-by: Johannes Gäßler <[email protected]>
* ggml : group all experts in a single ggml_mul_mat_id
cuda : improve mmid row copy
* cuda : fix bin bcast with non-cont src0
* test-backend-ops : only run all mul mat tests for base types
* llama : disable moe offloading with SYCL
---------
Co-authored-by: Georgi Gerganov <[email protected]>
* scripts : add helpers script for bench comparing commits
* scripts : detect CUDA
* set flags after checking the command line
* fix make flags
---------
Co-authored-by: slaren <[email protected]>