Skip to content

Releases: RRZE-HPC/OSACA

v0.4.0 - with validation data

15 Apr 12:48
Compare
Choose a tag to compare

OSACA-0.3.11

06 Nov 19:52
Compare
Choose a tag to compare

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 either x-y or x: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