libcudacxx 1.9.0-2 source package in Ubuntu

Changelog

libcudacxx (1.9.0-2) unstable; urgency=medium

  * Upload to unstable.

 -- Andreas Beckmann <email address hidden>  Wed, 14 Jun 2023 23:54:57 +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

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcudacxx_1.9.0-2.dsc 2.0 KiB f99c098a0f2a2266a2a0e313bf51a1c15ea2598b1c78d464eafc87711f7c7d9e
libcudacxx_1.9.0.orig.tar.gz 4.4 MiB 05b1435ad65f5bdef1bb8d1eb29dc8f0f7df34c01d77bf8686687a4603588bce
libcudacxx_1.9.0-2.debian.tar.xz 4.4 KiB b06e696da2ad57d72c7abb07b9bc3df30da02b2f9e2944b01bbfb40a26fcd5c1

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;