libcudacxx 2.1.0-2 source package in Ubuntu

Changelog

libcudacxx (2.1.0-2) unstable; urgency=medium

  * Relax complex<long double> alignment requirement on i386.
  * Cherry-pick cmake version compatibility fix.

 -- Andreas Beckmann <email address hidden>  Wed, 26 Jun 2024 21:24:33 +0200

Upload details

Uploaded by:
Debian NVIDIA Maintainers
Uploaded to:
Sid
Original maintainer:
Debian NVIDIA Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcudacxx_2.1.0-2.dsc 2.0 KiB 6f056152378c11b99d3ca8e56f59cf319e729ff7355705566796eac2d73a853f
libcudacxx_2.1.0.orig.tar.gz 4.6 MiB 0c140aedd4fbc22e0432badb2a195274c8800f8d8d7d4bc917ea3f8a9810f6ce
libcudacxx_2.1.0-2.debian.tar.xz 4.6 KiB 6221042714565dda105aead3ee8c5eb4054900e5a7125b13ca9143413cdd521f

Available diffs

No changes file available.

Binary packages built by this source

libcu++-dev: NVIDIA C++ Standard Library

 libcu++ provides a heterogeneous implementation of the C++ Standard Library
 that can be used in and between CPU and GPU code.
 .
 Using libcu++ is as simple as using the C++ Standard Library.
 All that is needed is adding 'cuda/std/' to the start of the Standard
 Library includes and 'cuda::' before any uses of 'std::':
 .
  * #include <cuda/std/atomic>
  * cuda::std::atomic<int> x;