Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
6bcd6425
Commit
6bcd6425
authored
Aug 01, 2017
by
Mathieu Faverge
Browse files
Remove extra tests in cudablas
parent
65fa7203
Changes
2
Hide whitespace changes
Inline
Side-by-side
cudablas/CMakeLists.txt
View file @
6bcd6425
...
...
@@ -26,11 +26,9 @@
#
###
if
(
NOT CHAMELEON_SIMULATION
)
add_subdirectory
(
include
)
add_subdirectory
(
compute
)
add_subdirectory
(
eztrace_module
)
endif
()
add_subdirectory
(
include
)
add_subdirectory
(
compute
)
add_subdirectory
(
eztrace_module
)
###
### END CMakeLists.txt
...
...
cudablas/compute/CMakeLists.txt
View file @
6bcd6425
...
...
@@ -94,12 +94,15 @@ add_library(cudablas ${CUDABLAS_SRCS})
add_dependencies
(
cudablas cudablas_include
)
set_property
(
TARGET cudablas PROPERTY LINKER_LANGUAGE Fortran
)
target_link_libraries
(
cudablas coreblas
${
CUDA_LIBRARIES
}
)
target_link_libraries
(
cudablas
coreblas
${
CUDA_LIBRARIES
}
)
# installation
# ------------
install
(
TARGETS cudablas
DESTINATION lib
)
ARCHIVE DESTINATION lib
LIBRARY DESTINATION lib
)
###
### END CMakeLists.txt
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment