Docs.rs
cubek-convolution-0.2.0
cubek-convolution 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
nathanielsimard
Dependencies
bytemuck ^1.16.1
normal
cubecl ^0.10.0
normal
cubecl-common ^0.10.0
normal
cubek-matmul ^0.2.0
normal
cubek-std ^0.2.0
normal
cubek-test-utils ^0.2.0
normal
optional
derive-new ^0.7.0
normal
enumset ^1.1.10
normal
half ^2.5
normal
serde ^1.0.204
normal
cubecl ^0.10.0
dev
cubek-test-utils ^0.2.0
dev
pretty_assertions ^1.4
dev
trybuild ^1
dev
Versions
18.93%
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 launch
cubek_
convolution
0.2.0
Module launch
Module Items
Structs
Enums
Functions
In crate cubek_
convolution
cubek_convolution
Module
launch
Copy item path
Source
Structs
§
Convolution
Args
Spatial convolution arguments (stride / padding / dilation per spatial dim).
Enums
§
Accelerated
Tile
Kind
Which tile matmul to use for accelerated algorithms.
Conv
Algorithm
The convolution-side algorithm enum. Subsumes the previous
ReadingStrategy
axis and the Simple/Specialized split. A single value here picks one concrete
Routine
impl (see
crate::routines
).
Convolution
Inputs
Per-operation tensor bindings supplied to
launch_ref
.
Strategy
Top-level user-facing strategy for
launch_ref
.
Functions
§
launch_
ref
The single public convolution entry point.