Commit 5a80ca9e authored by Davis King's avatar Davis King
Browse files

Apply --expt-relaxed-constexpr to all older versions of cuda.

parent 5650ce45
...@@ -633,7 +633,7 @@ if (NOT TARGET dlib) ...@@ -633,7 +633,7 @@ if (NOT TARGET dlib)
endif() endif()
endif() endif()
if (CUDA_VERSION VERSION_EQUAL 10.2 OR CUDA_VERSION VERSION_EQUAL 10.1) if (CUDA_VERSION VERSION_LESS 10.3)
# To avoid this error from nvcc: # To avoid this error from nvcc:
# error: calling a constexpr __host__ function("log1p") from a __device__ function("cuda_log1pexp") # error: calling a constexpr __host__ function("log1p") from a __device__ function("cuda_log1pexp")
# is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this. # is not allowed. The experimental flag '--expt-relaxed-constexpr' can be used to allow this.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment