]>
git.djapps.eu Git - pkg/ggml/sources/ggml/commit
ggml : cgraph export/import/eval example + GPU support (#108)
* ggml : cgraph export brainstorming
* mnist : code style
* mnist : minor
* ggml : initial cgraph export
* ggml : initial graph import (wip)
* ggml : import op args correctly
* ggml : add ggml_get_tensor_by_name()
* mnist : add compute graph evaluation on CPU example
* ggml : add ggml_tensor_overhead()
* ggml : rename new functions to ggml_cgraph_...
* mnist : add Metal inference skeleton (WIP)
* mnist : working on the Metal pipeline (WIP)
* mnist : prepare the Metal encoder (WIP)
* mnist : first Metal kernel for F32 ADD
* mnist : looks like MTLHeap does not work
* mnist : initial full pass of MNIST on the GPU (not verified)
* mnist : minor cleanup
* mnist : full GPU inference works
* mnist : use custom soft_max kernel since MPSMatrixSoftMax is bugged
* mnist : use constant for soft_max instead of hardcoded 10
* mnist : check multiple predictions (Metal)
* mnist : minor
* ggml : move cgraph import / export to ggml
* mnist : remove common dependencies
* mnist : fix soft_max threadgroup size
* mnist : init no_alloc member
* ggml : improve "get tensor" API