ollama/ml/backend/ggml
Jesse Gross 723dfd2a33
ggml: Use GGML's typedef'ed pointer types
For many backend data structures, GGML defines a typedef of a pointer
type and returns these from functions. In most cases, CGo understands
that these are interchangable but some parts of Go (such as generics)
think they are two different types. We should prefer the form that
GGML uses.
2025-12-29 06:39:51 -06:00
..
ggml gpt-oss (#11672) 2025-12-29 06:39:48 -06:00
ggml.go ggml: Use GGML's typedef'ed pointer types 2025-12-29 06:39:51 -06:00
ggml_test.go gpt-oss (#11672) 2025-12-29 06:39:48 -06:00
mxfp4_test.go gpt-oss (#11672) 2025-12-29 06:39:48 -06:00
quantization.go gpt-oss (#11672) 2025-12-29 06:39:48 -06:00
threads.go ollama debug tensor 2025-03-11 14:49:19 -07:00
threads_debug.go ollama debug tensor 2025-03-11 14:49:19 -07:00