ggml
ggml copied to clipboard
Is there a tutorial for customing operators?
Need a crash course for customing GGML.
Are we talking about some kind of a contributing guide, a guide for potential contributors, here? If so I think I can draft one.
ggml_tensorin short.- Memory layout.
- User-facing API for unary and binary ops.
ggml_compute_*delegates.ggml_vec_*primitives for vectorized calculations.- Preferred coding style.
- And links to TODOs / expected changes from the roadmap where relevant.
Well done! Expecting next one who...