Changes: 26.01#
General
C++#
General
Data
Add a method to
legate::LogicalStorePartition::get_placement_info(). This method returns alegate::PartitionPlacementInfoobject that contains the information about the placement of the partitions on the nodes.legate::PartitionPlacementInfoclass adds methodslegate::PartitionPlacementInfo::get_placement_for_color(),legate::PartitionPlacementInfo::placements(), andlegate::PartitionPlacementInfo::to_string(). Furtherlegate::PartitionPlacementclass adds methodslegate::PartitionPlacement::partition_color(),legate::PartitionPlacement::node_id(), andlegate::PartitionPlacement::memory_type().Add a method
legate::LogicalStore::get_cached_physical_store()to get the cached physical store for the partition if one exists.
Mapping
Partitioning
Tasks
Types
Runtime
Utilities
I/O
Python#
General
Add
legate.core.Runtime.config()that provides information about about legate’s configuration (and which is considered an implementation detail and has no guarantee of stability across versions).
Data
Mapping
Partitioning
Tasks
Types
Runtime
Utilities
Add –benchmark-to-file switch to the legate driver.
I/O