Changes: 25.07#
General
C++#
General
Data
Add
PhysicalStore::span_read_accessor()
,PhysicalStore::span_write_accessor()
,PhysicalStore::span_read_write_accessor()
, andPhysicalStore::span_reduce_accessor()
which returncuda::std::mdspan
’s as alternatives to the usual accessor interfaces.
Mapping
Partitioning
Tasks
Tuning
Types
Runtime
Utilities
Add
legate::flatten()
helper function, to allow users to construct a flat view over acuda::std::mdspan
.Add
legate::for_each_in_extent()
helper function to allow users to efficiently iterate over an N-dimensional extent space.
I/O
Python#
General
Data
Mapping
Partitioning
Tasks
Tuning
Types
Runtime
Utilities
I/O