cuda-core 0.1.0

Idiomatic CUDA API.
1
2
3
4
5
6
7
8
9
10
11
12
# CUDA

`cuda-core` is the thin safe wrapper layer over `cuda-bindings`.
It exposes the lower-level CUDA concepts used by the rest of the workspace without requiring most crates to touch raw FFI directly.

# Testing

Run the crate tests with:

```bash
cargo test -p cuda-core
```