Federico Sossai
Federico Sossai
It's likely that - Function `LoopMetadataPass::getLoopStructuresWithoutNoelle()` computes what `Noelle::getLoopStructures()` already provides.
Please refer to the [Lumberjack wiki page](https://github.com/arcana-lab/noelle/wiki/Lumberjack) for more info. Classes now using the logger: - `MemoryCloningAnalysis` - `ClonableMemoryObject` - `SCCPrinter`
The function `Noelle::getLoopStructures()` and its overloads currently return a `std::vector*`. The correct return type should not a pointer type but `std::vector` as this is often times source of memory leak...
## Profiler for inspecting C++ models generated with SOFIE Added a new class called `RModelProfiler` that allows to generate an hardcoded C++ header that automatically measures the time that each...