Skip to content

Intel Desktop Port

André Borchert edited this page Jun 13, 2026 · 7 revisions

Intel Desktop Port

Purpose

This page defines the second platform target for OSAI.

Contents

Why Desktop Second

Intel Desktop is the first real performance target after QEMU correctness. It offers high single-core performance, common developer access, P-core/E-core scheduling challenges, NVMe, and PCIe NIC options.

Placement Policy

Default policy:

  • P-cores: AI inference and low-latency network workers;
  • E-cores: SSH, logging, source indexing, Git, build/test, background services;
  • SMT siblings: disabled or reserved until explicitly enabled;
  • migration: forbidden for hot workers.

Hardware Focus

Desktop validation should cover DDR bandwidth limits, PCIe NIC latency, NVMe behavior, thermal sustain, and core isolation under build/test load.

Benchmark Focus

Measure TCP/UDP latency, effective CPU-AI memory bandwidth, sustained usable CPU-core performance, scheduler jitter, core migration, context switches, and page faults.

Success Criteria

OSAI beats or clearly explains failure against a tuned Linux/BSD baseline for the target CPU-only embedded app-agent workload. Claims remain design targets until measured.

Clone this wiki locally