docs.rs failed to build cutile-compiler-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 Compiler
This crate contains the compiler support for cuTile Rust. It lowers the Rust DSL into CUDA Tile MLIR and provides runtime helpers for turning that IR into executable GPU binaries.
Typical Usage
Most users interact with this crate indirectly through cutile and cutile-macro.
If you are working on the compiler itself, the most useful test command is: