This repository has been archived by the owner on Mar 21, 2024. It is now read-only.
libcu++ 1.3.0 (CUDA Toolkit 11.2)
libcu++ 1.3.0 adds <cuda/std/tuple>
and cuda::std::pair
, although they are not supported with NVCC + MSVC. It also adds documentation.
Supported ABI versions: 3 (default) and 2.
Included in: CUDA 11.2.
New Features
- #17:
<cuda/std/tuple>
:cuda::std::tuple
, a fixed-size collection of heterogeneous values. Not supported with NVCC + MSVC. - #17:
<cuda/std/utility>
:cuda::std::pair
, a collection of two heterogeneous values. The only<cuda/std/utility>
facilities supported arecuda::std::pair
. Not supported with NVCC + MSVC.