Skip to content

OnDevice

Rainman74 edited this page Sep 13, 2025 · 2 revisions

OnCPU/OnCUDA (OnDevice) specification

Data flow: Upstream → Upstream cache → Thread → Transfer → Downstream cache → Downstream

Prefetch:

  • 0: No cache, sync
  • 1: Sync, async transfer, downstream cache
  • 2: Threaded upstream prefetch, both caches enabled

Clone this wiki locally