1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00

reduce acle still needs overhaul

This commit is contained in:
nmeyer-ur 2020-04-03 19:30:48 +02:00
parent d8cea77707
commit 46927771e3

View File

@ -772,7 +772,7 @@ struct Rotate{
}; };
// ======================================================================= // =======================================================================
// SVE ACLE reduce does not compile, check later /* SVE ACLE reduce does not compile, check later
// tree-based reduction // tree-based reduction
#define svred(pg, v)\ #define svred(pg, v)\
@ -856,11 +856,11 @@ inline Integer Reduce<Integer, veci>::operator()(veci in){
} }
#undef svred #undef svred
// */ */
// ======================================================================= // =======================================================================
/*
#define acc(v, a, off, step, n)\ #define acc(v, a, off, step, n)\
for (unsigned int i = off; i < n; i += step)\ for (unsigned int i = off; i < n; i += step)\
{\ {\
@ -931,7 +931,7 @@ inline Integer Reduce<Integer, veci>::operator()(veci in){
} }
#undef acc // EIGEN compatibility #undef acc // EIGEN compatibility
*/
NAMESPACE_END(Optimization) NAMESPACE_END(Optimization)