Skip to content

Commit

Permalink
Fixed NVIDIA compiler arguments on build script.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 10, 2024
1 parent 1f068c7 commit f22f92b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

gpp_command += cpp_files + ['-o', OUTPUT_EXECUTABLE]
nvcc_command = [
'nvcc', '-x cu', '-Iinclude',
'nvcc', '-Iinclude',
'-Xcompiler /std:c++17'
] + cpp_files + ['-o', OUTPUT_EXECUTABLE + '-cuda']

Expand Down

0 comments on commit f22f92b

Please sign in to comment.