GridTools / gtbench

Other
3 stars 7 forks source link

Fix Vectorization for GCC 11+ and Clang #80

Closed fthaler closed 2 years ago

fthaler commented 2 years ago

Replaces the use of GridTools ‘expressions’ by direct eval calls and all uses of call<…>::with(…) functionality by inlined computations.