Skip to content

Commit fde425a

Browse files
committed
Spelling
1 parent cf8e7b4 commit fde425a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cuda_bindings/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Responsible for validating different binding usage patterns. Unit test `test_ker
4848

4949
To run these tests:
5050
* `python -m pytest tests/` against local builds
51-
* `pytest tests/` against installed package
51+
* `pytest tests/` against installed packages
5252

5353
### Cython Unit Tests
5454

@@ -59,7 +59,7 @@ Cython tests are located under `tests/cython` and need to be built. Furthermore
5959

6060
To run these tests:
6161
* `python -m pytest tests/cython/` against local builds
62-
* `pytest tests/cython/` against installed package
62+
* `pytest tests/cython/` against installed packages
6363

6464
### Samples
6565

@@ -77,12 +77,12 @@ In addition, extra examples are included:
7777

7878
To run these samples:
7979
* `python -m pytest tests/cython/` against local builds
80-
* `pytest tests/cython/` against installed package
80+
* `pytest tests/cython/` against installed packages
8181

8282
### Benchmark (WIP)
8383

8484
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.
8585

8686
The intended way to run these benchmarks was:
8787
* `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

Comments
 (0)