Examples ======== There are a number of `examples `_ in the PyKokkos repository. The table below shows some representative cases that demonstrate various features. .. list-table:: Examples :widths: 25 25 50 :header-rows: 1 * - Example - PyKokkos - Kokkos * - parallel_reduce - `PyKokkos `__ - `Kokkos `__ * - Cuda - `PyKokkos `__ - `Kokkos `__ * - team_policy - `PyKokkos `__ - `Kokkos `__ * - team_vector_loop - `PyKokkos `__ - `Kokkos `__ * - subview - `PyKokkos `__ - `Kokkos `__ * - mdrange - `PyKokkos `__ - `Kokkos `__ * - nstream - `PyKokkos `__ - `Kokkos `__ * - stencil - `PyKokkos `__ - `Kokkos `__ * - transpose - `PyKokkos `__ - `Kokkos `__ * - ExaMiniMD - `PyKokkos `__ - `Kokkos `__ .. toctree:: :maxdepth: 2 :caption: Contents: