Docs.rs
cubecl-server-0.11.0-pre.4
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
cubecl-server 0.11.0-pre.4
Toolkit for implementing a CubeCL runtime: memory pools, streams, drivers and the compilation pipeline.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
command
device_events
memory_management
storage
stream
allocator.rs
compiler.rs
driver.rs
kernel.rs
lib.rs
metadata_cache.rs
server.rs
timestamp_profiler.rs
validation.rs
1
2
3
//!
The server contract, re-exported from `cubecl-runtime`.
pub
use
cubecl_runtime
::
server
::
*
;