Skip to content

Commit

Permalink
jitify_preprocess now compiles jit files with C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmaynard committed Apr 7, 2021
1 parent 4595559 commit faea028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/cmake/Modules/JitifyPreprocessKernels.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function(jit_preprocess_files)
-o ${CUDF_GENERATED_INCLUDE_DIR}/include/jit_preprocessed_files
-i
-m
-std=c++14
-std=c++17
-remove-unused-globals
-D__CUDACC_RTC__
-I${CUDF_SOURCE_DIR}/include
Expand Down

0 comments on commit faea028

Please sign in to comment.