You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,9 @@ CUDA Python is currently undergoing an overhaul to improve existing and bring up
15
15
16
16
CUDA-Python is structured to become a metapackage that contains a collection of subpackages. Each subpackage is versioned independently, allowing installation of each component as needed.
17
17
18
-
### Subpackage: cuda.core
18
+
### Subpackage: `cuda.core`
19
19
20
-
The cuda.core package offers idiomatic, pythonic access to CUDA Runtime and other functionalities.
20
+
The `cuda.core` package offers idiomatic, pythonic access to CUDA Runtime and other functionalities.
21
21
22
22
The goals are to
23
23
@@ -27,9 +27,9 @@ The goals are to
27
27
4.**ease** developer **burden of maintaining** and catching up with latest CUDA features
28
28
5.**flatten the learning curve** for current and future generations of CUDA developers
29
29
30
-
### Subpackage: cuda.bindings
30
+
### Subpackage: `cuda.bindings`
31
31
32
-
The cuda.bindings package is a standard set of low-level interfaces, providing full coverage of and access to the CUDA host APIs from Python.
32
+
The `cuda.bindings` package is a standard set of low-level interfaces, providing full coverage of and access to the CUDA host APIs from Python.
0 commit comments