llama.cpp
c9a59b70 - ggml : add unary and binary map operations (#874)

Commit
2 years ago
ggml : add unary and binary map operations (#874) * GGML map ops proof of concept. * Various cleanups. Add handling for task setting. Add handling for ggml_compute_backward. Rename functions to ggml_map_unary_f32 and ggml_map_binary_f32 Fix compiler warnings related to casting function pointers and `void *` Reorder functions and definitions based on the GGML op number. Use typedefs for map op function pointer types. * Fix position of map ops cases in ggml_compute_forward
Author
Parents
Loading