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
--list
parameter: 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-y
orx: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
--arch
flag - user warnings in case no markers or
--line
option 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