Skip to content

Commit

Permalink
Embed url into name of alternatives to cudawrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
csbnw committed Sep 13, 2023
1 parent 7032e34 commit 99bd21b
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ This section aims to provide an overview of projects that use this repo's librar

This section provides an overview of similar tools in this space, and how they are different.

### cuda-api-wrappers

url: https://github.com/eyalroz/cuda-api-wrappers
### [cuda-api-wrappers](https://github.com/eyalroz/cuda-api-wrappers)

- Aims to provide wrappers for the CUDA runtime API
- Development has slowed a bit recently
Expand All @@ -89,15 +87,11 @@ url: https://github.com/eyalroz/cuda-api-wrappers

The project is planning to support more of the Driver API (for fine-grained control of CUDA devices) and NVRTC API (for runtime compilation of kernels); there is a release candidate ([`v0.5.0-rc1`](https://github.com/eyalroz/cuda-api-wrappers/tree/v0.5.0-rc1)). It doesn't provide support for cuFFT and cuBLAS though.

### cuda-wrapper

url: https://github.com/halmd-org/cuda-wrapper
### [cuda-wrapper](https://github.com/halmd-org/cuda-wrapper)

- Aims to provide a C++ wrapper for the CUDA Driver and Runtime APIs

### CudaPlusPlus

url: https://github.com/apardyl/cudaplusplus
### [CudaPlusPlus](https://github.com/apardyl/cudaplusplus)

- Aims to provide a C++ wrapper for the CUDA Driver API
- Project appears inactive
Expand Down

0 comments on commit 99bd21b

Please sign in to comment.