libcudacxx 2.1.0-1 source package in Ubuntu

Changelog

libcudacxx (2.1.0-1) unstable; urgency=medium

  * New upstream release.
  * Bump Standards-Version to 4.7.0, no changes needed.
  * Refresh patches.

 -- Andreas Beckmann <email address hidden>  Wed, 26 Jun 2024 14:19:30 +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-1.dsc 2.0 KiB f59c28f2c7b2d75d7d786f230e444fee7791d12908e629d3145312af2c2bfff8
libcudacxx_2.1.0.orig.tar.gz 4.6 MiB 0c140aedd4fbc22e0432badb2a195274c8800f8d8d7d4bc917ea3f8a9810f6ce
libcudacxx_2.1.0-1.debian.tar.xz 3.7 KiB 32bfc4d6b6658f51d1ba7db578a96e5856ce4f9177891909b2e849b18e9dfcc0

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;