Some public repositories
Please, have a look at the repositories we have made publicly available:
- FastOWM includes different implementations of the OWM algorithm for CPU and GPU. Please, cite this paper if you use these implementations for your own developments.
- PaFESD Epileptic Seizure Detection (work in progress).
- Stencils application on FPGA with oneAPI. Here we propose a simple running example (based on a stencil computation) that is iteratively improved using FPGA specific optimizations, such us loop unrolling, kernel replication, High Bandwidth Memory (HBM) modules exploitation and the Shift Register Pattern (SRP). To ease the implementation of these optimizations we leverage C++17 language features as metaprogramming and templates.