Skip to content

Commit

Permalink
aio: note the reason for compiling with -O0 (#1249)
Browse files Browse the repository at this point in the history
Co-authored-by: Olatunji Ruwase <olruwase@microsoft.com>
  • Loading branch information
adammoody and tjruwase authored Jul 26, 2021
1 parent 6ec8496 commit 10cc2c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op_builder/async_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def include_paths(self):
return ['csrc/aio/py_lib', 'csrc/aio/common']

def cxx_args(self):
# -O0 for improved debugging, since performance is bound by I/O
CPU_ARCH = self.cpu_arch()
SIMD_WIDTH = self.simd_width()
return [
Expand Down

0 comments on commit 10cc2c9

Please sign in to comment.