Releases: RRZE-HPC/OSACA
Releases · RRZE-HPC/OSACA
v0.4.0 - with validation data
OSACA-0.3.11
Changelog for 0.3.11:
- Enhancements for ASM parser
--listparameter: define a range to analyze for OSACA. This must be a comma-separated list with entries being either single lines of ranges written as eitherx-yorx:z, for example:osaca --list 1,3,5,7-20,21:40 kernel.s- user warnings in case no uarch is specified. OSACA will still try to apply a default uarch on your code, but will warn you to use the
--archflag - user warnings in case no markers or
--lineoption is used. OSACA will notify the user it might not be reasonable to analyse a huge code section across loops if a assembly file in total is analyzed and exceeds a threshold. - minor bugfixes