1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 09:15:38 +01: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
#define svred(pg, v)\
@ -856,11 +856,11 @@ inline Integer Reduce<Integer, veci>::operator()(veci in){
}
#undef svred
// */
*/
// =======================================================================
/*
#define acc(v, a, off, step, n)\
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
*/
NAMESPACE_END(Optimization)