Skip to content

Commit

Permalink
Cross-compilation for MSVC on GitHub workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Oct 25, 2024
1 parent f11ae37 commit ac5de5c
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 @@ -92,7 +92,7 @@
cuda_exe_build_args = [
'nvcc', '-x=cu', '-std=c++20',
'--compiler-options=/openmp',
'--compiler-options=/std:c++20'
'--compiler-options=/std:c++20',
'-Iinclude'
] + cpp_files + [
'-lcudadevrt',
Expand Down

0 comments on commit ac5de5c

Please sign in to comment.