Skip to content

Commit

Permalink
Include missing directories and add missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
atrantan committed Feb 3, 2017
1 parent fb97c8c commit 4361ba3
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/compute/cuda/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ if(HPX_WITH_CUDA)
hello_compute
partitioned_vector
)
set(cublas_matmul_FLAGS DEPENDENCIES cublas)
# set_source_files_properties(cublas_matmul.cpp PROPERTIES CUDA_SOURCE_PROPERTY_FORMAT OBJ)

include_directories(${CUDA_INCLUDE_DIRS})

set(cublas_matmul_FLAGS
DEPENDENCIES ${CUDA_LIBRARIES} ${CUDA_CUBLAS_LIBRARIES})

set(cublas_matmul_CUDA Off)
set(data_copy_CUDA On)
set(hello_compute_CUDA On)
set(partitioned_vector_CUDA ON)
Expand Down

0 comments on commit 4361ba3

Please sign in to comment.