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

libcu++ 1.4.1 (CUDA Toolkit 11.3)

Compare
Choose a tag to compare
@wmaxey wmaxey released this 25 Feb 23:33
· 867 commits to main since this release

libcu++ 1.4.1 (CUDA Toolkit 11.3)

libcu++ 1.4.1 is a minor bugfix release.

Supported ABI versions: 3 (default) and 2.

Included in: CUDA Toolkit 11.3.

Other Enhancements

  • Documentation: Several enhancements and fixed a few broken links.
  • #108: Added constexpr to synchronization object constructors.
    • Thanks to Olivier Giroux for this contribution.

Issues Fixed

  • #106: Fixed host code atomics on VS 2019 Version 16.5 / MSVC 1925 and above.
  • #101: Fixed cuda::std::complex for NVRTC.
  • #118: Renamed __is_convertible, which NVCC treats as a context sensitive keyword.