Skip to content

Draft: hyteg modules

Dominik Thoennes requested to merge thoennes/hyteg-modules-v2 into master

This MR introduces two new modules. One for constantStencilOperator and one for mixedOperator. The mixed operator module is required to decouple the hyteg module from the constantStencil module. The most used operators are currently the element wise operators which are still in the hyteg module. After this MR the hyteg module can be build without the constant stencil Operators which also includes the "old" generated apply kernels.

Merge request reports