File: README

package info (click to toggle)
kokkos 4.7.01-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,636 kB
  • sloc: cpp: 223,676; sh: 2,446; makefile: 2,437; python: 91; fortran: 4; ansic: 2
file content (12 lines) | stat: -rw-r--r-- 347 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
Build the examples by typing in each directory: 
make -j 16

To specify a target device:
KOKKOS_DEVICES=OpenMP  make -j 16
KOKKOS_DEVICES=Pthread make -j 16
KOKKOS_DEVICES=Serial  make -j 16
KOKKOS_DEVICES=Cuda    make -j 16

Some of the advanced topics try to highlight performance impacts by timing 
different variants of doing the same thing.