Releases: dvm-system/tsar-advisor
Releases · dvm-system/tsar-advisor
TSAR Advisor 0.0.4
This is a first public available release.
Use code --install-extension tsar-advisor-0.0.4.vsix
to install extension in VS Code.
Provide the following analysis results:
- highlight parallelizable loops as well as parallelization issues,
- show call graph on request,
- show a summary of memory accessed in a loop and a summary of memory-related traits,
- show analysis statistic on request,
Add some source-to-source program transformations.
Implement automatic program parallelization for shared memory (multicore CPU and GPU) with OpenMP and DVMH.