Docs.rs
luma-tensor-0.1.0
luma-tensor 0.1.0
Docs.rs crate page
MIT
27 August 2026
Links
Repository
crates.io
Source
Owners
MoleSir
Dependencies
bytemuck ^1
normal
cudarc ^0.19.8
normal
optional
gemm ^0.19
normal
libm ^0.2.15
normal
luma-cuda-kernel ^0.1.0
normal
optional
num_cpus ^1.17
normal
paste ^1.0.15
normal
rand ^0.9.2
normal
rand_distr ^0.5.1
normal
thiserror ^2.0
normal
Versions
19.7%
of the crate is documented
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
Skip to main content
Module shape
luma_
tensor
0.1.0
Module shape
Module Items
Functions
In luma_
tensor::
device::
cpu::
kernels
luma_tensor
::
device
::
cpu
::
kernels
Module
shape
Copy item path
Source
Expand description
Shape-movement kernels that materialize data: concatenation.
Functions
ยง
cat
Concatenate contiguous logical views along
dim
. Each source is first materialized in logical order, then copied block-by-block into the output.