Changes: 25.07#

General

C++#

General

Data

  • Add PhysicalStore::span_read_accessor(), PhysicalStore::span_write_accessor(), PhysicalStore::span_read_write_accessor(), and PhysicalStore::span_reduce_accessor() which return cuda::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 a cuda::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