icicle
icicle copied to clipboard
Stas/vecop/reduction
Describe the changes
This PR adds vector reduction operations (sum of elements, product of elements) to CPU backend.
Specific changes:
- Debugged CPU reduction operations
- Registered at the frontend
- New C++ example for vector operations
- Added rust, golang warppers