Skip to content

Commit

Permalink
Update the default std flag used during torch extensions compilation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
baijumeswani authored Feb 14, 2024
1 parent 3b03b2e commit 944d8f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
cur_file_dir,
]

extra_compile_args = {"cxx": ["-O3"]}
extra_compile_args = {"cxx": ["-O3", "-std=c++17"]}
setup(
name="torch_interop_utils",
ext_modules=[
Expand Down

0 comments on commit 944d8f8

Please sign in to comment.