diff --git a/docs/source/API/core/policies/MDRangePolicy.rst b/docs/source/API/core/policies/MDRangePolicy.rst index 1161017fe..b69da501f 100644 --- a/docs/source/API/core/policies/MDRangePolicy.rst +++ b/docs/source/API/core/policies/MDRangePolicy.rst @@ -117,6 +117,20 @@ CTAD Constructors (since 4.3) MDRangePolicy pa4(ses, abegin, aend); MDRangePolicy pa5(ses, abegin, aend, atiling); +Member Functions +^^^^^^^^^^^^^^^^ +.. cppkokkos:function:: tile_type tile_size_recommended() const + + * Returns a ``Kokkos::Array`` type containing per-rank tile sizes that ``MDRangePolicy`` internally uses by default. The default tile sizes are static and are set based on the specified backend. + + .. note:: ``tile_size_recommended()`` available since Kokkos 4.5 + +.. cppkokkos:function:: int max_total_tile_size() const + + * Returns a value that represents the upper limit for the product of all tile sizes. + + .. note:: ``max_total_tile_size()`` available since Kokkos 4.5 + Notes ^^^^^