]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
SOLVE_TRI CUDA kernel for small matrices (#17457)
authorPiotr Wilkin (ilintar) <redacted>
Fri, 28 Nov 2025 04:15:32 +0000 (05:15 +0100)
committerGitHub <redacted>
Fri, 28 Nov 2025 04:15:32 +0000 (12:15 +0800)
commitcd0e3a7a3b93b5c2c2aeceeb778b931125b1125d
tree5ed7f55c84993e187013fd4130fca6063793c5d0
parentefaaccdd69cd9db777584c2a062f70c0526a6fb5
SOLVE_TRI CUDA kernel for small matrices (#17457)
ggml/src/ggml-cuda/ggml-cuda.cu
ggml/src/ggml-cuda/solve_tri.cu [new file with mode: 0644]
ggml/src/ggml-cuda/solve_tri.cuh [new file with mode: 0644]
tests/test-backend-ops.cpp