Skip to content

Commit

Permalink
review updates
Browse files Browse the repository at this point in the history
Co-authored-by: Yuhsiang M. Tsai <yhmtsai@gmail.com>
  • Loading branch information
upsj and yhmtsai committed Apr 13, 2021
1 parent 32e55d9 commit 1de7f3e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions examples/custom-matrix-format/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ endif()
set(CMAKE_CUDA_STANDARD 14)
set(CMAKE_CUDA_STANDARD_REQUIRED ON)

add_executable(custom-matrix-format
custom-matrix-format.cpp
stencil_kernel.cu)
add_executable(custom-matrix-format custom-matrix-format.cpp stencil_kernel.cu)
target_link_libraries(custom-matrix-format Ginkgo::ginkgo)

# workaround for clang-cuda/g++ interaction
Expand Down
1 change: 0 additions & 1 deletion examples/ginkgo-ranges/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ if (NOT GINKGO_BUILD_EXAMPLES)
endif()
add_executable(ginkgo-ranges ginkgo-ranges.cpp)
target_link_libraries(ginkgo-ranges Ginkgo::ginkgo)
target_include_directories(ginkgo-ranges PRIVATE ${PROJECT_SOURCE_DIR})

0 comments on commit 1de7f3e

Please sign in to comment.