[codegen] fixed issue in double buffering pointer update

This commit is contained in:
Philippe Tillet
2019-08-28 17:50:45 -07:00
parent 59281f5794
commit d457482539
9 changed files with 135 additions and 114 deletions

View File

@@ -47,7 +47,7 @@ class CMakeBuild(build_ext):
tf_libs = 'tensorflow_framework'
cmake_args = ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY=' + extdir,
'-DBUILD_EXAMPLES=OFF',
'-DBUILD_TESTS=OFF',
'-DBUILD_PYTHON_MODULE=ON',
'-DPYTHON_INCLUDE_DIRS=' + python_include_dirs,
'-DTF_INCLUDE_DIRS=' + tf_include_dirs,