A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://kokkos.github.io/kokkos-core-wiki/API/core/utilities/all.html below:

Kokkos::ALL - Kokkos documentation

Kokkos::ALL

Defined in header <Kokkos_Core.hpp>

namespace Kokkos{
  constexpr UNSPECIFIED-TYPE ALL = IMPLEMENTATION-DETAIL;
}

Kokkos::ALL is a constant of unspecified type that is used to select all elements in a dimension.

Examples
Kokkos::View<double**[5]> a("A",N0,N1);

auto s  = Kokkos::subview(a,
              5,
              Kokkos::ALL,
              Kokkos::ALL);

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4