SOLVE_TRI CUDA kernel for small matrices (#17457)

This commit is contained in:
Piotr Wilkin (ilintar)
2025-11-28 12:15:32 +08:00
committed by GitHub
parent efaaccdd69
commit cd0e3a7a3b
4 changed files with 215 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#include "common.cuh"
void ggml_cuda_op_solve_tri(ggml_backend_cuda_context & ctx, ggml_tensor * dst);