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
MPIBP-Hummer
BioEM
Commits
4d137d11
Commit
4d137d11
authored
Jul 03, 2017
by
Luka Stanisic
Browse files
line currently needed for draco compilations
parent
adefd46f
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4d137d11
...
...
@@ -67,6 +67,7 @@ if (CUDA_FOUND)
if
(
CUDA_FORCE_GCC
)
cmake_minimum_required
(
VERSION 2.8.10.1
)
#Use GCC as host compiler for CUDA even though host compiler for other files is not GCC
#set (CUDA_HOST_COMPILER /mpcdf/soft/SLES122/common/gcc/5.4.0/bin/gcc)
set
(
CUDA_HOST_COMPILER gcc
)
endif
()
set
(
CUDA_NVCC_FLAGS
"
${
CUDA_NVCC_FLAGS
}
;--use_fast_math;-ftz=true;-O4;-Xptxas -O4"
)
...
...
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