Skip to content

Commit

Permalink
Direct README.md cython test header requirements to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhurba01 committed Jan 10, 2025
1 parent 78e28e0 commit 0627572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuda_bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ To run these tests:

### Cython Unit Tests

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:
Cython tests are located in `tests/cython` and need to be built. These builds have the same CUDA Toolkit header requirements as [Installing from Source](https://nvidia.github.io/cuda-python/cuda-bindings/latest/install.html#requirements) where the major.minor version must match `cuda-python`. To build them:

1. Setup environment variable `CUDA_HOME` with the path to the CUDA Toolkit installation.
2. Run `build_tests` script located in `test/cython` appropriate to your platform. This will both cythonize the tests and build them.
Expand Down

0 comments on commit 0627572

Please sign in to comment.