libcudacxx 1.8.1-2 source package in Ubuntu

Changelog

libcudacxx (1.8.1-2) unstable; urgency=medium

  * Upload to unstable.

 -- Andreas Beckmann <email address hidden>  Mon, 27 Feb 2023 00:20:01 +0100

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
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcudacxx_1.8.1-2.dsc 2.0 KiB 9178a9df5fe3033feb8256da8216c5a51864568863ab5492727b91ba4a4ac4d7
libcudacxx_1.8.1.orig.tar.gz 4.4 MiB 15444734798a5337c6cfac0c0d7c1eb33c70db1d79efde38ae0f17c1cc184dd5
libcudacxx_1.8.1-2.debian.tar.xz 4.3 KiB efa70db750b513ea5fbe21b34afdb17af659592e9dcb10cb945324393b56814d

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;