vibespatial.runtime.residency¶
Classes¶
Enum where members are also (and must be) strings |
|
Enum where members are also (and must be) strings |
|
Functions¶
|
|
|
Module Contents¶
- class vibespatial.runtime.residency.Residency¶
Enum where members are also (and must be) strings
- HOST = 'host'¶
- DEVICE = 'device'¶
- class vibespatial.runtime.residency.TransferTrigger¶
Enum where members are also (and must be) strings
- USER_MATERIALIZATION = 'user-materialization'¶
- EXPLICIT_RUNTIME_REQUEST = 'explicit-runtime-request'¶
- UNSUPPORTED_GPU_PATH = 'unsupported-gpu-path'¶
- INTEROP_VIEW = 'interop-view'¶
- class vibespatial.runtime.residency.ResidencyPlan¶
-
- trigger: TransferTrigger¶
- transfer_required: bool¶
- visible_to_user: bool¶
- zero_copy_eligible: bool¶
- reason: str¶
- vibespatial.runtime.residency.select_residency_plan(*, current: Residency | str, target: Residency | str, trigger: TransferTrigger | str) ResidencyPlan¶