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
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ Responsible for validating different binding usage patterns. Unit test `test_ker
48
48
49
49
To run these tests:
50
50
*`python -m pytest tests/` against local builds
51
-
*`pytest tests/` against installed package
51
+
*`pytest tests/` against installed packages
52
52
53
53
### Cython Unit Tests
54
54
@@ -59,7 +59,7 @@ Cython tests are located under `tests/cython` and need to be built. Furthermore
59
59
60
60
To run these tests:
61
61
*`python -m pytest tests/cython/` against local builds
62
-
*`pytest tests/cython/` against installed package
62
+
*`pytest tests/cython/` against installed packages
63
63
64
64
### Samples
65
65
@@ -77,12 +77,12 @@ In addition, extra examples are included:
77
77
78
78
To run these samples:
79
79
*`python -m pytest tests/cython/` against local builds
80
-
*`pytest tests/cython/` against installed package
80
+
*`pytest tests/cython/` against installed packages
81
81
82
82
### Benchmark (WIP)
83
83
84
84
Benchmarks were used for performance analysis during initial release of CUDA Python. Today they need to be updated the 12.x toolkit and are work in progress.
85
85
86
86
The intended way to run these benchmarks was:
87
87
*`python -m pytest --benchmark-only benchmark/` against local builds
88
-
*`pytest --benchmark-only benchmark/` against installed package
88
+
*`pytest --benchmark-only benchmark/` against installed packages
0 commit comments