Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

libcu++ 1.8.1 (CUDA Toolkit 11.8)

Compare
Choose a tag to compare
@wmaxey wmaxey released this 22 Apr 16:56
· 493 commits to main since this release

libcu++ 1.8.1 (CUDA Toolkit 11.8)

libcu++ 1.8.1 is a minor release. It fixes minor issues in source, tests, and documentation.

Supported ABI Versions: 4 (default), 3, and 2.

Issues Fixed

  • #275: Fixes long double warnings in <cuda/std/cmath>.
  • #274: Fixes multiple definition errors.
    • Thanks Gonzalo Brito for this contribution.
  • #273: Fixes pedantic build warnings on IBM's xlc.
  • #271: Changes XFAIL state for CTAD tests on clang.
  • #266: Fix typo leading to broken link.
    • Thanks Daniel Lustig for this contribution.
  • #269: Fix several MSVC Test failures.
  • #268: Remove NVIDIA internal paths from CMake includes.
  • #265: Move pipeline into libcudacxx. Previously was a seperate CTK component.
  • #264: Fix builds using NVHPC by adding a new line.
    • Thanks Chengjie Wang and Royil Damer for this contribution.
  • #261: Fix extra line in perform_tests.bash causing invalid test results.
    • Thanks Chengjie Wang and Royil Damer for this contribution.
  • #246: Documentation fixes regarding atomics in GPU memory.
    • Thanks Daniel Lustig for this contribution.
  • #258: Lock contrast of our documenation's search text field.
    • Thanks Bradley Dice for this contribution.
  • #259: Add system_header pragma to portions of <nv/target>
  • #249: Documentation update for building libcudacxx.
  • #247: Update godbolt links in examples.
    • Thanks Asher Mancinelli for this contribution.