Open
Description
This issue is to suggest writing certain examples in numda-dppy:
- Kernel-based example of boolean reduction (does my array contain any
nan
values?) - Kernel-based example of inclusive scan (accumulation, cumulative sum)
- Kernel-based example of merge (or any kind of) sorting
- Kernel-based example of median/mean filter on 2D/3D array