File: version.md

package info (click to toggle)
libcudacxx 1.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 66,464 kB
  • sloc: cpp: 517,767; ansic: 9,474; python: 6,108; sh: 2,225; asm: 2,154; makefile: 7
file content (27 lines) | stat: -rw-r--r-- 628 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
grand_parent: Standard API
parent: Utility Library
nav_order: 3
---

# `<cuda/std/version>`

## Extensions

The following version macros, which are explained in the [versioning section],
  are defined in this header:

- `_LIBCUDACXX_CUDA_API_VERSION`
- `_LIBCUDACXX_CUDA_API_VERSION_MAJOR`
- `_LIBCUDACXX_CUDA_API_VERSION_MINOR`
- `_LIBCUDACXX_CUDA_API_VERSION_PATCH`
- `_LIBCUDACXX_CUDA_ABI_VERSION`
- `_LIBCUDACXX_CUDA_ABI_VERSION_LATEST`

## Restrictions

When using NVCC, the definition of C++ feature test macros is provided by the
  host Standard Library, not libcu++.


[versioning section]: ./releases/versioning.md