]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SOLVE_TRI extension to more dimensions (#17793)
authorPiotr Wilkin (ilintar) <redacted>
Thu, 11 Dec 2025 16:20:43 +0000 (17:20 +0100)
committerGitHub <redacted>
Thu, 11 Dec 2025 16:20:43 +0000 (17:20 +0100)
commit53ecd4fdb923dcb53d311ed42798cae7198aa742
treea11a172f75c4e9fb0af508ddafb0c5e9cb782938
parentc6f6e4f96a7f7bce49f5c21d19ee69fb8b72f84d
SOLVE_TRI extension to more dimensions (#17793)

* Extended TRI

* Fix whitespace

* chore: update webui build output

* Just use cuBLAS for everything...

* Merge both versions

* Remove incorrect imports causing failures for CI

* Still failing... remove all direct cublas imports and rely on common imports from "common.cuh"

* Defines for hipBlas

* Aaaand MUSA defines...

* I hate this job...

* Stupid typo...

* Update ggml/src/ggml-cuda/solve_tri.cu

Co-authored-by: Johannes Gäßler <redacted>
---------

Co-authored-by: Johannes Gäßler <redacted>
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-cuda/solve_tri.cu
ggml/src/ggml-cuda/vendors/hip.h
ggml/src/ggml-cuda/vendors/musa.h
tests/test-backend-ops.cpp
tools/server/public/index.html.gz