Docs.rs
cubecl-0.5.0
cubecl 0.5.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nathanielsimard
Dependencies
cubecl-core ^0.5.0
normal
cubecl-cuda ^0.5.0
normal
optional
cubecl-hip ^0.5.0
normal
optional
cubecl-linalg ^0.5.0
normal
optional
cubecl-reduce ^0.5.0
normal
optional
cubecl-runtime ^0.5.0
normal
cubecl-std ^0.5.0
normal
cubecl-wgpu ^0.5.0
normal
optional
half ^2.5
normal
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
0.5.0
Module future
Module Items
Functions
In crate cubecl
cubecl
Module
future
Copy item path
Source
Expand description
Future utils with a compatible API for native, non-std and wasm environments.
Functions
ยง
block_
on
Block until the
future
is completed and returns the result.