libcudacxx 1.7.0-3 source package in Ubuntu

Changelog

libcudacxx (1.7.0-3) unstable; urgency=medium

  * Import the cuda/pipeline header from 1.8.1.

 -- Andreas Beckmann <email address hidden>  Thu, 26 Jan 2023 15:54:12 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libcudacxx_1.7.0-3.dsc 1.9 KiB 21aa2d821a186db845e2293b927db818ab88ab426f199a2e15063ff1917611fc
libcudacxx_1.7.0.orig.tar.gz 3.4 MiB b8b34a3f436c245c4d3ad8731dc33f5610550c01ace2ffe6db5b4777778ab5b7
libcudacxx_1.7.0-3.debian.tar.xz 6.6 KiB 12b470653c5f4acaad1b45776103445cb92a0ca12e3d9114489b596db65fd98e

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;