Sign in
opensecura
/
3p
/
openxla
/
iree
/
5aef56144ba143e74af19a3703bda684d03b01b7
/
.
/
third_party
/
cuda_headers
/
UPDATING.md
blob: 4f0382e100f3be8ac1b724c7c5aa36b3267ccfc8 [
file
] [
log
] [
blame
] [
view
]
Those
headers come
from
CUDA SDK
.
To
update
,
install CUDA SDK locally
:
```
sudo apt-get install cuda
```
Copy
cuda
.
h
and
version
.
txt
:
```
cp /usr/local/cuda/include/cuda.h .
cp /usr/local/cuda/version.txt .
```