docs.rs failed to build cutile-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
cuTile Rust
This is the main user-facing crate in the workspace. It provides:
- the kernel authoring DSL exposed through
#[cutile::module] - host-side tensor API in
cutile::api - built-in kernels and launch utilities layered on top of
cuda-async
For full workspace setup, examples, and environment requirements, start with the repository README.
Tests
- Run the crate test suite with
cargo test -p cutile. - Run a specific test and see its output with
cargo test -p cutile --test span_source_location -- --no-capture.