Skip to main content

Crate axonml_fusion

Crate axonml_fusion 

Source
Expand description

Axonml Fusion - Kernel Fusion Library

§File

crates/axonml-fusion/src/lib.rs

§Author

Andrew Jewell Sr - AutomataNexus

§Updated

March 8, 2026

§Disclaimer

Use at own risk. This software is provided “as is”, without warranty of any kind, express or implied. The author and AutomataNexus shall not be held liable for any damages arising from the use of this software.

Re-exports§

pub use elementwise::FusedElementwise;
pub use elementwise::fuse_elementwise;
pub use error::FusionError;
pub use error::FusionResult;
pub use linear::FusedLinear;
pub use linear::fuse_matmul_bias_relu;
pub use optimizer::FusionOptimizer;
pub use optimizer::optimize_graph;
pub use patterns::FusionPattern;
pub use patterns::detect_patterns;

Modules§

elementwise
Fused Elementwise Operations
error
Fusion Error Types
linear
Fused Linear Operations
optimizer
Graph Fusion Optimizer
patterns
Fusion Pattern Detection

Traits§

FusedOp
Trait for fused operations.