Skip to main content

Module exec

Module exec 

Source
Expand description

Deterministic SoftGPU Functional IR interpreter.

Structs§

LaunchConfig
RunReport

Constants§

DEFAULT_STEP_BUDGET
FUNCTIONAL_MODE_MARKER
Marker required on all functional-mode outputs.
MAX_FLAT_WORKITEMS
SoftGPU software launch limits (not hardware).
MAX_WORKGROUP_FLAT

Functions§

run
Execute program for every workitem under a deterministic schedule: workgroups in lexicographic order, then local ids lexicographically.
run_with_budget