archx 2.1.0

High-performance CPU/GPU adaptive optimization library with SIMD and Multithreading
Documentation
��--- ArchX v2.3 Adaptive Intelligence Demo ---



1. Running a balanced task on an idle system...

[ArchX v2.3] Usage: 10.4%, Strategy: Parallel(6)

Task 1 result computed.



2. Running with Performance Policy...

[ArchX v2.3] Adaptive Execution: Parallel(12)

Task 2 (Performance) finished.



3. Running with ProtectDevice Policy (Simulating high pressure)...

[ArchX v2.3] Adaptive Execution: Throttled

Task 3 (Protected) finished. ArchX should have throttled this.



4. Running with SmartAuto Policy...

[ArchX v2.3] Adaptive Execution: Parallel(12)

Task 4 (SmartAuto) finished.



Demo complete. ArchX observed the system state and chose the safest path each time.