File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ The `cuda.core` package offers idiomatic, pythonic access to CUDA Runtime and ot
21
21
22
22
The goals are to
23
23
24
- 1 . provide ** idiomatic (“pythonic”)** access to CUDA Driver/Runtime
25
- 2 . focus on ** developer productivity** by ensuring end-to-end CUDA development can be performed quickly and entirely in Python
26
- 3 . ** avoid homegrown** Python abstractions for CUDA for new Python GPU libraries starting from scratch
27
- 4 . ** ease ** developer ** burden of maintaining** and catching up with latest CUDA features
28
- 5 . ** flatten the learning curve** for current and future generations of CUDA developers
24
+ 1 . Provide ** idiomatic (“pythonic”)** access to CUDA Driver/Runtime
25
+ 2 . Focus on ** developer productivity** by ensuring end-to-end CUDA development can be performed quickly and entirely in Python
26
+ 3 . ** Avoid homegrown** Python abstractions for CUDA for new Python GPU libraries starting from scratch
27
+ 4 . ** Ease ** developer ** burden of maintaining** and catching up with latest CUDA features
28
+ 5 . ** Flatten the learning curve** for current and future generations of CUDA developers
29
29
30
30
### Subpackage: ` cuda.bindings `
31
31
You can’t perform that action at this time.
0 commit comments