Skip to content

Commit 2c82b9c

Browse files
committed
Make --expt-relaxed-constexpr public
1 parent fe724d3 commit 2c82b9c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ if(SCALABLE_CCD_WITH_CUDA)
200200
--generate-line-info
201201
--use_fast_math
202202
--relocatable-device-code=true
203+
>
204+
)
205+
target_compile_options(scalable_ccd PUBLIC
206+
$<$<COMPILE_LANGUAGE:CUDA>:
203207
--expt-relaxed-constexpr
204208
>
205209
)

0 commit comments

Comments
 (0)