Skip to content
Permalink

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: master
Choose a base ref
...
head repository: ggml-org/llama.cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: feat/s390x-cpu-feats
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 1 contributor

Commits on Oct 26, 2025

  1. ggml: initial s390 feat detection

    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    66ec3a0 View commit details
    Browse the repository at this point in the history
  2. ggml: disable baseline s390x for now

    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    480a3ec View commit details
    Browse the repository at this point in the history
  3. ggml: fix typo in cpu-feats activation

    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    6e679c8 View commit details
    Browse the repository at this point in the history
  4. ggml: add ggml-impl header for logging

    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    decb5cc View commit details
    Browse the repository at this point in the history
  5. ggml: code cleanup

    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    c376979 View commit details
    Browse the repository at this point in the history
  6. ggml: reactivate s390x baseline

    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    e45bc41 View commit details
    Browse the repository at this point in the history
  7. ggml: revert s390 name change

    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    411adba View commit details
    Browse the repository at this point in the history
  8. Revert "ggml: revert s390 name change"

    This reverts commit 411adba.
    
    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    d997395 View commit details
    Browse the repository at this point in the history
  9. ggml: revert s390 name change

    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    9e2d9b8 View commit details
    Browse the repository at this point in the history
  10. ggml: add safeguard for baseline build

    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    1d56301 View commit details
    Browse the repository at this point in the history
  11. Revert "ggml: add safeguard for baseline build"

    This reverts commit 1d56301.
    
    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    a544e0e View commit details
    Browse the repository at this point in the history
  12. ggml: rm baseline build

    it doesn't make sense tbh
    
    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    f186c46 View commit details
    Browse the repository at this point in the history
  13. devops: update release workflow

    Signed-off-by: Aaron Teo <[email protected]>
    taronaeo committed Oct 26, 2025
    Configuration menu
    Copy the full SHA
    f5e2392 View commit details
    Browse the repository at this point in the history
Loading