File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ s.sync()
9494```
9595
9696This example demonstrates one of the core workflows enabled by ` cuda.core ` : compiling and launching CUDA code.
97- Note the clean, Pythonic interface, and absense of any direct calls to the CUDA runtime/driver APIs!
97+ Note the clean, Pythonic interface, and absense of any direct calls to the CUDA runtime/driver APIs.
9898
9999## Examples and Recipes
100100
101- As we mentioned before, ` cuda.core ` can do much more than just compile and launch kernels!
101+ As we mentioned before, ` cuda.core ` can do much more than just compile and launch kernels.
102102
103103The best way to explore and learn the different features ` cuda.core ` is through
104104our [ ` examples ` ] [ examples ] . Find one that matches your use-case, and modify it to fit your needs!
You can’t perform that action at this time.
0 commit comments