Skip to content

Commit 003205b

Browse files
committed
Minor fixes to readme and cabal file documentation
1 parent 6fbd7de commit 003205b

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

cuda/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ For important information on installing on Windows, see:
2525

2626
## Missing functionality
2727

28-
_This library is currently in **maintenance mode**. While we plan to release
29-
updates to keep the existing interface working with newer CUDA versions (as
30-
long as the underlying APIs remain available), no binding of new features is
31-
planned at the moment. Get in touch if you want to contribute._
28+
This library is currently in **maintenance mode**. While we are happy to
29+
release updates to keep the existing interface working with newer CUDA versions
30+
(as long as the underlying APIs remain available), no binding of new features
31+
is planned at the moment. Get in touch if you want to contribute.
3232

3333
Here is an incomplete historical list of missing bindings. Pull requests welcome!
3434

cuda/cuda.cabal

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

4244
License: BSD3
4345
License-file: LICENSE

0 commit comments

Comments
 (0)