• Jesse Gross's avatar
    ggml: Use GGML's typedef'ed pointer types · d7f4f788
    Jesse Gross authored
    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.
    d7f4f788
ggml.go 35.7 KB