From repository at git@github.com:/kokkos/kokkos.git
At commit:
commit 0a776f65e7429b875839719c4fe528c15e871e46
Author: crtrott <crtrott@sandia.gov>
Date: Thu Dec 10 11:51:50 2015 -0700
Adding CUDA 7.5 as secondary compiler to README
18 lines
571 B
CMake
18 lines
571 B
CMake
|
|
TRIBITS_ADD_EXAMPLE_DIRECTORIES(01_hello_world)
|
|
TRIBITS_ADD_EXAMPLE_DIRECTORIES(02_simple_reduce)
|
|
TRIBITS_ADD_EXAMPLE_DIRECTORIES(03_simple_view)
|
|
TRIBITS_ADD_EXAMPLE_DIRECTORIES(04_simple_memoryspaces)
|
|
TRIBITS_ADD_EXAMPLE_DIRECTORIES(05_simple_atomics)
|
|
TRIBITS_ADD_EXAMPLE_DIRECTORIES(Advanced_Views)
|
|
TRIBITS_ADD_EXAMPLE_DIRECTORIES(Hierarchical_Parallelism)
|
|
|
|
IF (Kokkos_ENABLE_CXX11)
|
|
TRIBITS_ADD_EXAMPLE_DIRECTORIES(01_hello_world_lambda)
|
|
TRIBITS_ADD_EXAMPLE_DIRECTORIES(02_simple_reduce_lambda)
|
|
TRIBITS_ADD_EXAMPLE_DIRECTORIES(03_simple_view_lambda)
|
|
ENDIF ()
|
|
|
|
|
|
|