]> git.djapps.eu Git - pkg/ggml/sources/ggml/commit
SOLVE_TRI extension to more dimensions (llama/17793)
authorPiotr Wilkin (ilintar) <redacted>
Thu, 11 Dec 2025 16:20:43 +0000 (17:20 +0100)
committerGeorgi Gerganov <redacted>
Sun, 14 Dec 2025 14:40:47 +0000 (16:40 +0200)
commit43926a80a7f8589103fa2f0e38e9554ef130dbe5
treed1bf859b6f2c987d0f18d76ff5ce309501fcf2e5
parent130bc125a88bb57664b88932c48c38a1cb316fac
SOLVE_TRI extension to more dimensions (llama/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>
src/ggml-cuda/ggml-cuda.cu
src/ggml-cuda/solve_tri.cu
src/ggml-cuda/vendors/hip.h
src/ggml-cuda/vendors/musa.h
tests/test-backend-ops.cpp