legate.core.PhysicalStore.to_logical_store#
- PhysicalStore.to_logical_store(self) LogicalStore#
Create a LogicalStore from this PhysicalStore.
- Returns:
Logical store wrapping the same region as this physical store.
- Return type:
LogicalStore
- Raises:
RuntimeError – If the physical store is not region-backed.