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: cuda_bindings/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ To run these tests:
52
52
53
53
### Cython Unit Tests
54
54
55
-
Cython tests are located under`tests/cython` and need to be built. Furthermore they need CUDA Toolkit headers matching the major-minor of CUDA Python. To build them:
55
+
Cython tests are located in`tests/cython` and need to be built. Furthermore they need CUDA Toolkit headers matching the major-minor of CUDA Python. To build them:
56
56
57
57
1. Setup environment variable `CUDA_HOME` with the path to the CUDA Toolkit installation.
58
58
2. Run `build_tests` script located in `test/cython` appropriate to your platform. This will both Cythonize the tests and build them.
@@ -63,7 +63,7 @@ To run these tests:
63
63
64
64
### Samples
65
65
66
-
Various [CUDA Samples](https://github.com/NVIDIA/cuda-samples/tree/master) that were rewritten using CUDA Python can be found in `examples`.
66
+
Various [CUDA Samples](https://github.com/NVIDIA/cuda-samples/tree/master) that were rewritten using CUDA Python are located in `examples`.
0 commit comments