Skip to content

Commit 0fbb9e8

Browse files
committed
Capitalize
1 parent a7bd725 commit 0fbb9e8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ The `cuda.core` package offers idiomatic, pythonic access to CUDA Runtime and ot
2121

2222
The goals are to
2323

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
2929

3030
### Subpackage: `cuda.bindings`
3131

0 commit comments

Comments
 (0)