Skip to main content

Module executor

Module executor 

Source
Expand description

Parallel Executor

Provides execution coordination for multi-GPU inference.

Structs§

ParallelExecutorFactory
Factory for creating parallel executors
ParallelStrategySelector
Helper to select parallelism strategy based on model and hardware
SimulatedParallelExecutor
Simulated multi-GPU executor for development/testing
SingleGpuExecutor
Single-GPU executor (no parallelism)

Traits§

ParallelExecutor
Parallel executor trait