-
Notifications
You must be signed in to change notification settings - Fork 152
Open
Labels
Description
Opening this on behalf of @lightsighter. The goal is to disable parts of the runtime that are irrelevant for the current configuration, so we don't pay for those at all:
cpu-only -> no dependence analysis and no coherence analysis
1 GPU -> no dependence analysis, yes coherence analysis but a single equivalence set
N GPU (single node) -> dependence analysis and limited coherence analysis
multi-node -> back to normal