NVIDIA / cuda-python

CUDA Python Low-level Bindings
https://nvidia.github.io/cuda-python/
Other
811 stars 63 forks source link

Add some additional instructions for those new to this repo #7

Closed jordanhubbard closed 2 years ago

jordanhubbard commented 2 years ago

My markdown skills are a bit :derp: but I think this will avoid some confusion for future users.

vzhurba01 commented 2 years ago

Thanks for your contribution. At this time we're not accepting pull requests and ask that an issue is filed to describe a proposal. Check out CONTRIBUTING.md for further details.

With respect to the changes, the new Release of v11.5.0 modified some test instructions. Note that you can specify which test file you want to run: python -m pytest examples/0_Simple/simpleCudaGraphs_test.py as well as which subtest: python -m pytest -k test_cuda_memcpy

Closing.