Expand description
Core types and enums for the work-stealing scheduler
This module contains the fundamental data structures and types used by the work-stealing scheduler implementation.
Structs§
- Load
Balancing Params - Load balancing parameters for adaptive optimization
- Scheduler
Stats - Scheduler performance statistics
- Work
Item - Work item for the work-stealing scheduler
Enums§
- Matrix
Operation Type - Matrix operation types for scheduler optimization
- Stealing
Strategy - Work-stealing strategy
- Work
Complexity - Work complexity patterns for execution time prediction
- Work
Priority - Priority levels for work items
- Workload
Characteristics - Workload characteristics for adaptive optimization
Type Aliases§
- Band
Solve Work Item - Type alias for complex work item types used in band matrix solving
- QRWork
Item