Skip to content

llvm-ve-rv-1.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@simoll simoll released this 16 Dec 15:12
· 39501 commits to hpce/develop since this release

Merges develop at 'feature/merge-upstream-20201124-3'.

  • To use VL intrinsics, run clang/clang++ with the flag -mvepacked.
  • To compile c++ executables, run clang++ -static - there are known issues with the shared libc++ on VE.
  • To run clang/clang++ with the Region Vectorizer pass the option -fplugin=libRV.so and make sure that libRV.so is in your LD_LIBRARY_PATH.