Skip to content

Commit

Permalink
Renamed exercises {09,10} -> {simd,simd_warp}
Browse files Browse the repository at this point in the history
  • Loading branch information
dalg24 committed Aug 14, 2020
1 parent 5e9764d commit ab84cb5
Show file tree
Hide file tree
Showing 16 changed files with 24 additions and 32 deletions.
8 changes: 0 additions & 8 deletions Exercises/09/Begin/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions Exercises/09/Solution/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions Exercises/10/Begin/CMakeLists.txt

This file was deleted.

8 changes: 0 additions & 8 deletions Exercises/10/Solution/CMakeLists.txt

This file was deleted.

6 changes: 6 additions & 0 deletions Exercises/simd/Begin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required (VERSION 3.10)
project (KokkosTutorialSIMD)
include(../../common.cmake)

add_executable(SIMD simd_begin.cpp)
target_link_libraries(SIMD Kokkos::kokkos)
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions Exercises/simd/Solution/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required (VERSION 3.10)
project (KokkosTutorialSIMD)
include(../../common.cmake)

add_executable(SIMD simd_solution.cpp)
target_link_libraries(SIMD Kokkos::kokkos)
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions Exercises/simd_warp/Begin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required (VERSION 3.10)
project (KokkosTutorialSIMDWarp)
include(../../common.cmake)

add_executable(SIMDWarp simd_warp_begin.cpp)
target_link_libraries(SIMDWarp Kokkos::kokkos)
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions Exercises/simd_warp/Solution/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
cmake_minimum_required (VERSION 3.10)
project (KokkosTutorialSIMDWarp)
include(../../common.cmake)

add_executable(SIMDWarp simd_warp_solution.cpp)
target_link_libraries(SIMDWarp Kokkos::kokkos)
File renamed without changes.

0 comments on commit ab84cb5

Please sign in to comment.