-
Notifications
You must be signed in to change notification settings - Fork 11.8k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ggml-org/llama.cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6a2bc8b
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ggml-org/llama.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ced2648
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 6 commits
- 15 files changed
- 4 contributors
Commits on Apr 7, 2025
-
cpu: move all the operators into a separate c++ file (except mul_mat)…
… (ggml/1167) * cpu: refactor SIMD mappings and vectorized op functions into separate files * Fix warning for ggml_float to float * Fix warnings * cpu: move all the operations (except mul_mat) to a separate c++ file * fix whitespace * Update ggml/src/ggml-cpu/vec.h Co-authored-by: Diego Devesa <[email protected]> * Fix PR comments - use GGML_UNUSED, use cassert in ops.cpp * Reverse the order of import for ops.h and vec.h, to match what was present in ggml-cpu.c previously --------- Co-authored-by: Diego Devesa <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 53cb49e - Browse repository at this point
Copy the full SHA 53cb49eView commit details -
CUDA: don't convert BF16 weights to FP32 (ggml/1174)
* add bf16 support * use convert_from_bf16_cuda instead of convert_unary_cuda for f32 * revert 7ec5085 * move functionality into convert_unary with constexpr
Configuration menu - View commit details
-
Copy full SHA for 4683cb4 - Browse repository at this point
Copy the full SHA 4683cb4View commit details -
ggml : simplify Arm fp16 CPU logic (ggml/1177)
* ggml : simlpify Arm fp16 CPU logic ggml-ci * cont : bring back CUDA/MUSA checks ggml-ci
Configuration menu - View commit details
-
Copy full SHA for e638450 - Browse repository at this point
Copy the full SHA e638450View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6232cee - Browse repository at this point
Copy the full SHA 6232ceeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef588b - Browse repository at this point
Copy the full SHA 5ef588bView commit details -
Configuration menu - View commit details
-
Copy full SHA for ced2648 - Browse repository at this point
Copy the full SHA ced2648View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6a2bc8b...ced2648