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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -55,7 +55,7 @@ To run these tests:
55
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
-
2. Run `build_tests` script located in `test/cython` appropriate to your platform. This will both Cythonize the tests and build them.
58
+
2. Run `build_tests` script located in `test/cython` appropriate to your platform. This will both cythonize the tests and build them.
59
59
60
60
To run these tests:
61
61
*`python -m pytest tests/cython/` against local builds
0 commit comments