File size: 548 Bytes
8ae5fc5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
parent: Setup
nav_order: 1
---

# Getting libcu++

## NVIDIA HPC SDK or CUDA Toolkit

libcu++ is included in the NVIDIA HPC SDK and the CUDA Toolkit.
It is on the default include path.
Today, there is no shared library component to libcu++; it's all header-only.
No additional compiler flags are needed.

## GitHub

libcu++ is an open source project developed on GitHub, which is where you'll
  find the latest versions and the development branch.
Our GitHub repository is [github.com/nvidia/libcudacxx](https://github.com/nvidia/libcudacxx).