Skip to content

Commit 5825bf7

Browse files
committed
Add CUDA_NOTES.md
- Split from NOTES.md
1 parent f9cacdf commit 5825bf7

File tree

2 files changed

+21
-22
lines changed

2 files changed

+21
-22
lines changed

CUDA_NOTES.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Notes on CUDA
2+
3+
The CUDA and OS versions are selected as follows:
4+
5+
* CUDA: The lastest version that has image flavour `devel` including cuDNN
6+
available.
7+
* OS: The latest version that has TensortRT libraries for `amd64` available.
8+
:information_source: It is taking quite a long time for these to be available
9+
for `arm64`.
10+
11+
## Tweaks
12+
13+
### Environment variables
14+
15+
**Versions**
16+
17+
* `CUDA_VERSION`
18+
19+
**Miscellaneous**
20+
21+
* `CUDA_IMAGE`: The CUDA image it is derived from.

NOTES.md

-22
Original file line numberDiff line numberDiff line change
@@ -35,25 +35,3 @@ are installed.
3535
The latest Python version is installed at `/usr/local/bin`, regardless of
3636
whether all packages – such as numba, tensorflow, etc. – are already compatible
3737
with it.
38-
39-
# Additional notes on CUDA
40-
41-
The CUDA and OS versions are selected as follows:
42-
43-
* CUDA: The lastest version that has image flavour `devel` including cuDNN
44-
available.
45-
* OS: The latest version that has TensortRT libraries for `amd64` available.
46-
:information_source: It is taking quite a long time for these to be available
47-
for `arm64`.
48-
49-
## Tweaks
50-
51-
### Environment variables
52-
53-
**Versions**
54-
55-
* `CUDA_VERSION`
56-
57-
**Miscellaneous**
58-
59-
* `CUDA_IMAGE`: The CUDA image it is derived from.

0 commit comments

Comments
 (0)