Docs.rs
cubecl-runtime-0.1.1
cubecl-runtime 0.1.1
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nathanielsimard
Dependencies
async-channel ^2.3
normal
optional
cubecl-common ^0.1.1
normal
derive-new ^0.6.0
normal
dirs ^5.0.1
normal
optional
hashbrown ^0.14.5
normal
log ^0.4.22
normal
md5 ^0.7.0
normal
optional
pollster ^0.3
normal
optional
serde ^1.0.204
normal
optional
serde_json ^1.0.119
normal
optional
spin ^0.9.8
normal
rand ^0.8.5
dev
serial_test ^3.1.1
dev
web-time ^1.1.0
normal
Versions
100%
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_runtime
0.1.1
MemoryBinding
Object Safety
Implementors
In cubecl_runtime::memory_management
Trait
cubecl_runtime
::
memory_management
::
MemoryBinding
Copy item path
source
·
[
−
]
pub trait MemoryBinding:
Clone
+
Send
+
Sync
+
Debug
{ }
Expand description
Binding to a
memory handle
.
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl
MemoryBinding
for
SimpleBinding