Skip to content

AOMP Release 11.11-1

Pre-release
Pre-release
Compare
Choose a tag to compare
@gregrodgers gregrodgers released this 05 Nov 23:41

THIS IS AN OLD RELEASE. DO NOT DOWNLOAD. PLEASE DOWNLOAD THE LATEST RELEASE.

This is a minor bug fix to 11.11-0. These are the updates:

  • Fix problems with device math functions being ambiguous, especially the pow function.
  • Added smoke test called math_pow for checking all variants of pow and doing a sqrt(integer).
  • New Makefile for KOKKOS example to properly clean up KOKKOS install
  • Fix the slices.cpp and math_modf.cpp Makefile so they call clang++. Using clang on a cpp file causes the c++ personality not to be defined which results in an resolved reference at link time.
  • Update shared variable linkage which further reduces differences between nvptx and amdgcn LLVM IR codegen.