Turned off separable compilation as it is not used at the moment (all kernels are defined in a single header)

This commit is contained in:
jpekkila
2019-06-18 14:09:54 +03:00
parent 0f62651374
commit efc54f1d5f

View File

@@ -14,7 +14,7 @@ endif()
#----------------------CUDA settings-------------------------------------------#
set(CUDA_SEPARABLE_COMPILATION ON)
set(CUDA_SEPARABLE_COMPILATION OFF)
set(CUDA_PROPAGATE_HOST_FLAGS ON)
# CUDA_BUILD_CUBIN requires that we're compiling for only one architecture