docs.rs failed to build cutile-0.0.0-alpha
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
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.