updated across and reduction

This commit is contained in:
ALEXks
2024-11-14 09:16:06 +03:00
parent 5e60b5cd5c
commit dfad887814
5 changed files with 157 additions and 89 deletions

View File

@@ -104,6 +104,7 @@ private:
SgStatement* loop_body;
int dimension;
std::map<SgSymbol*, Array*> arrays;
std::set<SgSymbol*> redArrays;
int* acrossDims;
int acrossType;
std::vector<SgSymbol*> symbols;