Notable changes to ACC2OMP are documented in this file
Minor enhancements:
- Support additional common OpenACC directives: atomic, serial, declare, update host/device
- Improve internal code documentation
Bug fix:
- keepOpenACC codepath was not working
- Issue with line continue symbols for multi-line directives
Minor enhancements:
- Support OpenACC present directive
- More robust handling of directives that translates into nothing
Bug fix:
- Arguements to directives were being forced into lowercase
Minor enhancements:
- Original OpenACC directives can be maintained in output.
- Prettify formatting when commas are present.
Production Release
Conversion tool hardened on at least one real science code. Previously, lines with non-supported directives where completely deleted from source-2-source translation. Instead we now detect lines that are only partially translated and retain the original OpenACC.
Initial Release
Document major changes