Skip to content

Commit 6bbf231

Browse files
authored
Chore: Adds cudnn to crate lineup (#60)
1 parent 001fd14 commit 6bbf231

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The current line-up of libraries is the following:
5454
- `cuda_std` for GPU-side functions and utilities, such as thread index queries, memory allocation, warp intrinsics, etc.
5555
- *Not* a low level library, provides many utility functions to make it easier to write cleaner and more reliable GPU kernels.
5656
- Closely tied to `rustc_codegen_nvvm` which exposes GPU features through it internally.
57+
- [`cudnn`](https://github.com/Rust-GPU/Rust-CUDA/tree/master/crates/cudnn) for a collection of GPU-accelerated primitives for deep neural networks.
5758
- `cust` for CPU-side CUDA features such as launching GPU kernels, GPU memory allocation, device queries, etc.
5859
- High level with features such as RAII and Rust Results that make it easier and cleaner to manage the interface to the GPU.
5960
- A high level wrapper for the CUDA Driver API, the lower level version of the more common CUDA Runtime API used from C++.

0 commit comments

Comments
 (0)