Skip to content

Commit d08ec4e

Browse files
committed
Remove c++14 requirement from async_io
From https://github.com/microsoft/DeepSpeed/pull/3976/files
1 parent ea3711b commit d08ec4e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

op_builder/async_io.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def cxx_args(self):
3434
'-g',
3535
'-Wall',
3636
'-O0',
37-
'-std=c++14',
3837
'-shared',
3938
'-fPIC',
4039
'-Wno-reorder',

0 commit comments

Comments
 (0)