Module execution

Module execution 

Source
Expand description

Execution engine module

This module provides a composable execution engine framework for flexible pipeline runtime configurations with pluggable execution strategies.

Re-exports§

pub use engine::ComposableExecutionEngine;
pub use engine::ExecutionContext;
pub use engine::ExecutionPhase;
pub use engine::ResourceUsage;
pub use config::*;
pub use metrics::*;
pub use resources::*;
pub use scheduling::*;
pub use simd_utils::*;
pub use strategies::*;
pub use tasks::*;

Modules§

config
Configuration structures for the execution engine
engine
Core execution engine implementation
metrics
Metrics collection and analysis for the composable execution engine
resources
Resource management implementations for the composable execution engine
scheduling
Task scheduling implementations for the composable execution engine
simd_utils
SIMD utility functions for execution engine
strategies
Execution strategies for the composable execution engine
tasks
Task definitions and management for the composable execution engine