Fix compilation on MacOS
Context
Closes #49 (closed)
Major changes
- fix: use aidge 'approxEq' function instead of manual comparison and change CHECKs for REQUIREs in interpolation test
- fix: error related to
std::fma
calls with different input types inGlobalAvgPooling
andReduceMean
kernels. Also simplify GlobalAvgPooling logic
Edited by Maxence Naud