@@ -21,23 +21,25 @@ Description:
2121
2222 3. Checking at @\/usr\/local\/cuda@
2323
24- 4. @CUDA_PATH_Vx_y@ environment variable, for recent CUDA toolkit versions x.y
24+ 4. Environment variables of the form @CUDA_PATH_Vx_y@ (deprecated)
2525
26- This library provides bindings to the CUDA Driver API. To
27- get started, see "Foreign.CUDA.Driver"; a short tutorial is available there.
26+ This library provides bindings to the CUDA Driver API, not the Runtime API.
27+ To get started, see "Foreign.CUDA.Driver"; a short tutorial is available
28+ there.
2829
29- Tested with library versions up to CUDA-13.0.
30+ Tested with library versions up to and including CUDA-13.0.
3031
3132 [/NOTES:/]
3233
3334 For additional notes on installing on Windows, see :
3435
3536 * <https://github.com/tmcdonell/cuda/blob/master/WINDOWS.md>
3637
37- This library is currently in __maintenance mode__. While we plan to release
38- updates to keep the existing interface working with newer CUDA versions (as
39- long as the underlying APIs remain available), no binding of new features is
40- planned at the moment. Get in touch if you want to contribute.
38+ This library is currently in __maintenance mode__. While we are happy to
39+ release updates to keep the existing interface working with newer CUDA
40+ versions (as long as the underlying APIs remain available), no binding of
41+ new features is planned at the moment. Get in touch if you want to
42+ contribute.
4143
4244License : BSD3
4345License-file : LICENSE
0 commit comments