Docs.rs
kaio-runtime-0.4.1
kaio-runtime 0.4.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
dmriding
Dependencies
cudarc ^0.19
normal
kaio-core ^0.4.1
normal
thiserror ^2
normal
half ^2
dev
static_assertions ^1
dev
Versions
100%
of the crate is documented
Platform
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
Skip to main content
Module buffer
kaio_
runtime
0.4.1
Module buffer
Module Items
Structs
In crate kaio_
runtime
kaio_runtime
Module
buffer
Copy item path
Source
Expand description
Typed device memory buffers.
Structs
§
GpuBuffer
A typed buffer in GPU device memory, wrapping cudarc’s
CudaSlice<T>
.