cutile 0.0.0-alpha

cuTile Rust lets programmers safely author and execute tile kernels directly in Rust.
1
2
3
4
5
6
7
8
# cuTile Rust
The main user-facing crate of this repository.
This includes the core DSL, a collection of basic kernels written using the DSL,
the cuTile Rust host-side Tensor type, 
and various traits and functions for working with cuTile Rust tensors using cuda-async.

# Tests
- Run a specific test and see its output via `cargo test --test span_source_location -- --no-capture`.