mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
Update the default std flag used during torch extensions compilation (#19516)
This commit is contained in:
parent
3b03b2e046
commit
944d8f8513
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ header_filenames = [
|
|||
cur_file_dir,
|
||||
]
|
||||
|
||||
extra_compile_args = {"cxx": ["-O3"]}
|
||||
extra_compile_args = {"cxx": ["-O3", "-std=c++17"]}
|
||||
setup(
|
||||
name="torch_interop_utils",
|
||||
ext_modules=[
|
||||
|
|
|
|||
Loading…
Reference in a new issue